Does Prisma adapter work with credentials in NextAuth?
I'm trying to get credentials login to work with Prisma adapter, but I'm running into issues, and I saw some posts on stack overflow, that it isn't possible. Did it get updated already or do I still need to use JWT sessions?
10 Replies
There is already multiple threads for this question. Would suggest to search from the questions
hmm I looked at a lot of older threads and github repos but the session isnt working
this is my nextauth file, am I maybe missing something?
the user does get found in the db but the session doenst work
this is how mine looks like👇
Pastebin
next auth code snippet - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
It's not public 😬
But i can basically bootstrap a step up will next auth though if that's what u want i will do and push public
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I use credentials with jwt and session
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
There is already like 11 posts for this topic that has been solved