-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: wipe local storages on log out #50956
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be enough to only adjust the target which will do it automatically, so we do not duplicate the clearing logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok with that approach :)
Signed-off-by: Maksim Sukharev <[email protected]>
745bcaf
to
afd27f4
Compare
/compile / |
Signed-off-by: nextcloud-command <[email protected]>
/backport afd27f4 to stable31 |
/backport afd27f4 to stable30 |
/backport afd27f4 to stable29 |
Summary
If session was determined as 'terminated', it makes sense to clear local storages (to not interfere with the next login, and to wipe any sensitive information)
Checklist