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

Add JTI claim to refresh tokens #538

Open
smolinari opened this issue Jan 8, 2024 · 0 comments
Open

Add JTI claim to refresh tokens #538

smolinari opened this issue Jan 8, 2024 · 0 comments

Comments

@smolinari
Copy link
Member

Currently we are storing the token itself in cache as our rough session management. The better or rather more proper way to check for valid sessions and to continue the refresh process is to add the JTI (JWT ID) claim to the session token and use that to identify an active session.

So, we should change to this method in the future.

Scott

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