NextAuthjs
Unanswered
bray posted this in #help-forum
brayOP
Im new to the use of Nextjs especially implementing Access Token and Refresh Token. Anyone knows why NextAuth is cutting Access Token characters returned from the backend instead of just storing it all in the authjs.session-token ?
1 Reply
@bray Im new to the use of Nextjs especially implementing Access Token and Refresh Token. Anyone knows why NextAuth is cutting Access Token characters returned from the backend instead of just storing it all in the authjs.session-token ?
You should be aware that NextAuth is no longer evolving as a standalone project and is now maintained as part of Better Auth, which is why Better Auth is recommended for new implementations.