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

Auth: Token invalidation #15

Open
robertherber opened this issue Oct 30, 2023 · 0 comments
Open

Auth: Token invalidation #15

robertherber opened this issue Oct 30, 2023 · 0 comments
Labels

Comments

@robertherber
Copy link
Member

Since our ootb validation is solely based on JWT validation we need to invalidate tokens when things like a permission change happens.

One approach would be making tokens very short-lived.

Another would be invalidating all tokens before a certain time.

Both requires some sort of refresh flow. Either with a refresh token or by providing the previous token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant