You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if there's a simple enough way to invalidate/revoke existing sessions. This is especially useful for when a user changes their password, or if an admin has detected suspicious activity on an account and wants to log out all instances of said account. Flask-Login implements this with alternative tokens, which we might not be able to do, but there probably exists some way for us to achieve the same goal
The text was updated successfully, but these errors were encountered:
Feature Request
I wonder if there's a simple enough way to invalidate/revoke existing sessions. This is especially useful for when a user changes their password, or if an admin has detected suspicious activity on an account and wants to log out all instances of said account.
Flask-Login implements this with alternative tokens, which we might not be able to do, but there probably exists some way for us to achieve the same goal
The text was updated successfully, but these errors were encountered: