Skip to content
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

[SECURITY] Add method that revokes all access tokens used for the current app #282

Open
jalyna opened this issue Jul 26, 2022 · 0 comments

Comments

@jalyna
Copy link
Member

jalyna commented 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.

@jalyna 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant