-
Notifications
You must be signed in to change notification settings - Fork 6
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
refreshSession, deleteSession #38
Conversation
will also implement deleteSession, refreshSession (refreshSession should revoke the old session token, right?) |
New plan:
general question: what's the point of having session tokens and refresh tokens being separate things? |
43a5c8e
to
e4c5100
Compare
Actually, refreshsession should probably not revoke access tokens (just the old refresh token). access tokens don't really need jti at all. Edit: having jti in access tokens is useful for implementing deleteSession |
No description provided.