timjacksonm / Toss-Up

A would you rather question app. Questions generated using AI technology
https://toss-up.vercel.app
2 stars 1 forks source link

Oauth Google Signin doesn't create account #30

Closed timjacksonm closed 1 year ago

timjacksonm commented 1 year ago

Need to fix signIn callback in [...nextauth].ts. I forgot to add in if email is verified and user doesn't exist to create user. If user doesn't exist it returns false which is the access denied error screen.