Replies: 1 comment
-
I'm currently working on this too. I'm still working on how to get the user's created when they aren't already there, but these were helpful starts. |
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
-
I want to use mobile number to login a user but where should I start the process should I make a callback ? and when user doesnt exists how should I create user in db ? does next-auth create the user or should I ?, I noticed when user gets created in db for first time with Email it has some fields like createdAt ,... when the user signs in for the first time should I create those or next will create them for me and in general how should I handle the entire process? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions