-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan
committed
Jul 11, 2023
1 parent
d2d7ace
commit 8c73e7b
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
changelog/unreleased/enhancement-allow-local-storage-for-auth-token
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Enhancement: Allow local storage for auth token | ||
|
||
We've introduced a new env var WEB_OPTION_TOKEN_STORAGE_LOCAL, when set true, the auth token will be stored in the | ||
browser's local storage instead the session storage, this will effect in a persisted login state across multiple | ||
browser tabs. | ||
|
||
https://github.com/owncloud/web/pull/9386 | ||
https://github.com/owncloud/web/issues/9325 |