NextAuth.js with custom JWT #1429
Unanswered
LucasOliveiraS
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NextAuth.js with custom JWT
What are you trying to do
I have an authentication backend that returns a JWT when the user performs authentication. I am trying to implement NextAuth to handle my JWT.
Following the documentation on Credentials, I was able to receive JWT through NextAuth. However, I have some doubts about this. Especially thinking about the best way to accomplish this.
Reproduction
My current application:
Feedback
Beta Was this translation helpful? Give feedback.
All reactions