Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-01-21 16:30:46 +0300
committerHannah von Reth <vonreth@kde.org>2022-01-25 14:07:16 +0300
commite5f3bc2bd447959f815710eafc002e6d4c7f85dd (patch)
treeb52e7eacf8796290cc414f771686bebd85ac5e69 /changelog
parent24cac4436f570dda8f708e6879a77efa8f46abc0 (diff)
Ignore network/http errors and retry to refresh the token multiple times
Fixes: #9245
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/92454
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog/unreleased/9245 b/changelog/unreleased/9245
new file mode 100644
index 000000000..fbc66d6ce
--- /dev/null
+++ b/changelog/unreleased/9245
@@ -0,0 +1,4 @@
+Enhancement: Retry token refresh multiple times before logout
+
+https://github.com/owncloud/client/issues/9245
+https://github.com/owncloud/client/pull/9380