JWT as refresh token #1563
Unanswered
milaan-muc
asked this question in
Q&A
Replies: 1 comment
-
My backend server handle refresh token as secret random key stored in redis and it works, but you could use jwt as well. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Should i use JWT for both access and refresh tokens? Guides i found so far are just talking about a random string for the refresh token but the Nuxt Auth docs are saying:
I assume, if Nuxt Auth should get the expiration date from the token it has to be a JWT one, right?
BTW: Anyone has a good tutorial which is update to date and covers rotating refresh tokens with nuxt auth?
Beta Was this translation helpful? Give feedback.
All reactions