Next.js Discord

Discord Forum

is there a way to pass name property with next-auth email provider signIn({...})

Unanswered
Giant Chinchilla posted this in #help-forum
Open in Discord
Giant ChinchillaOP
I am using next-auth Email provider,..
I am not sure how to access the property we pass in signin() from callback in api/auth/[...nextauth]/route.ts
signin("email",{email: email, name:username})

i dont see any document demonstrating this

0 Replies