Credentials provider with JWT strategy #11145
Unanswered
digoburigo
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
-
Can someone help with setting up a JWT strategy with a Credentials provider with NextAuth v5?
I'm tried everything and cannot understand why NextAuth it's not storing any cookie to maintain the session state.
This is my backend in Python return of the login endpoint
{url}/api/token
This is my NextAuth code:
packages versions:
Trying following this example but with no success https://github.com/mujahidfa/django_nextjs_auth
Beta Was this translation helpful? Give feedback.
All reactions