is access_token always not expired inside profile()? #3274
-
i'm using
i'm wondering if i can rely on
|
Beta Was this translation helpful? Give feedback.
Answered by
balazsorban44
Nov 24, 2021
Replies: 1 comment 7 replies
-
there is currently no built-in token rotation,so you will have to implement it yourself. you can check out https://next-auth.js.org/tutorials/refresh-token-rotation |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
stardvst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is currently no built-in token rotation,so you will have to implement it yourself.
you can check out https://next-auth.js.org/tutorials/refresh-token-rotation