Replies: 2 comments 1 reply
-
no, you don't have to manually store the user. it should be automatically stored in db upon login. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's a design limitation
https://next-auth.js.org/configuration/providers/credentials |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm able to login/register using the credentials provider and able to store sessions in the cookies. But for some reason the session isn't stored in the db?
I have JWT enabled to true as I'm using other providers such as Google/Github and they are able to store sessions but not the credentials. I'm also using the prisma adapter as well. Do I have to manually store in the db like I find/create the user?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions