We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently JWT tokens with revoke strategy is used but there is no refresh of this token. We should move to a Session mechanism:
access_token
Authorization
refresh_token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently JWT tokens with revoke strategy is used but there is no refresh of this token.
We should move to a Session mechanism:
access_token
that expires after 30 days (must be configurable)Authorization
header in PASETO formatrefresh_token
that expires after 1 year (must be configurable)The text was updated successfully, but these errors were encountered: