Refresh Token (JWT_SESSION_ERROR) #5003
Unanswered
OmkarMehta
asked this question in
Help
Replies: 1 comment 2 replies
-
This might happen for other reasons as well: next-auth/packages/next-auth/src/core/routes/session.ts Lines 44 to 84 in b107ca4 You might be using a custom jwt |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
I am using NextAuth for signing in Nvidia users into my portal. When access token is expired, I have used the "Refresh Token Rotation" docs to refresh the token. While the response is
200
, NextAuth throwsJWT_SESSION_ERROR
.Here's my code:
My organization wants to have "ES256" signing algorithm.
Here is the response from AXIOS.
After this, I get the following error.
How to reproduce ☕️
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions