Create user entry to database from Google sign in with NextAuth.js
Unanswered
Asian paper wasp posted this in #help-forum
Asian paper waspOP
I want to create an entry to my database after a user signs up with Google with NextAuth. Apparently, I need to use NextAuth's callback functions. Can you explain the process?
4 Replies
@Asian paper wasp I want to create an entry to my database after a user signs up with Google with NextAuth. Apparently, I need to use NextAuth's callback functions. Can you explain the process?
do you have adapter setup? I think it should do it automatically
Asian paper waspOP
No I don't know about adapters.
Thank you though
I'll check that