NextAuth signIn when user registers

22 Views Asked by At

I dont know how to signIn the user when they register.

Im tryin to singIn the user when they register with credentials in next-auth. Currently im creating a user by adding it to the prisma db and if that succeeds, they get redirected to the signIn page, where they can signIn with their new credentials. Is there a way to automatically sign the user in when they register?

0

There are 0 best solutions below