Next js & Third party Auth providers
Unanswered
Cuckoo wasp posted this in #help-forum
Cuckoo waspOP
I am working on a app iam using next api routes as my backend, prisma orm and a hosted db.
Im thinking about using clerk or kinde. my doubt is how can i implement this auths and sync it with my db.
i want to know all the steps from user submits thre signup form(register) and till he login successfully.
should i create a user on the auth provider first and then it will give me the userid, after that i have to create a user with that id. is this is workflow order??
someone please guide me with this. Thanks
Im thinking about using clerk or kinde. my doubt is how can i implement this auths and sync it with my db.
i want to know all the steps from user submits thre signup form(register) and till he login successfully.
should i create a user on the auth provider first and then it will give me the userid, after that i have to create a user with that id. is this is workflow order??
someone please guide me with this. Thanks