-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Refresh token and access token share same lifetime #955
Comments
Please share your configuration (all env vars, truncate sensitive ones) too. |
I can not reproduce this. Refresh tokens do not have an expiry time by the way. |
Alright my bad. I was sending in |
Configuration key ACCESS_TOKEN_LIFESPAN is deprecated and will be removed in a future release. Use key ttl.access_token instead! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the current behavior?
When ACCESS_TOKEN_LIFESPAN environment variable set it affects refresh tokens too.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
{ active: false }
What is the expected behavior?
Refresh token lifespan config should be seperate
Which version of the software is affected?
Master branch.
The text was updated successfully, but these errors were encountered: