-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Infinite loop on refresh token endpoint in version 9.0.1 #890
Comments
This is caused by your Transformed in milliseconds by the I fixed this with PR#891 (link). Meanwhile you can decrease your refresh token maxAge to a value less than 24.8 days or use the temporary package, that contains the fix, until PR#891 is merged & released:
|
Omg thanks for the explanation. Let me try it the next week 🤞 |
Numbers are in milliseconds. Seems like a typo... |
Indeed, this happens to me too: when the The error seems to be related to the refresh-token server this time - I will propose a fix soon. |
Environment
Nuxt auth version: 9.0.1
Reproduction
With the configuration below, sign in to the app and reload the page
Describe the bug
The /refresh-token route is called a loop. The first calls refresh the token and then saturate the backend.
Cookies seems to be correctly set
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: