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
When a user logs out it is a best practice to also revoke all access tokens that hold a refresh token to enhance security. This allows the user to take some action in case of a security issue.
In case there are multiple clients (e.g. a mobile app) those access tokens should not be deleted.
The text was updated successfully, but these errors were encountered:
jalyna
changed the title
[SECURITY] Add method that revokes all refresh tokens (access tokens that have refresh tokens)
[SECURITY] Add method that revokes all access tokens
Jul 26, 2022
jalyna
changed the title
[SECURITY] Add method that revokes all access tokens
[SECURITY] Add method that revokes all access tokens used for the current app
Jul 26, 2022
When a user logs out it is a best practice to also revoke all access tokens that hold a refresh token to enhance security. This allows the user to take some action in case of a security issue.
In case there are multiple clients (e.g. a mobile app) those access tokens should not be deleted.
The text was updated successfully, but these errors were encountered: