is there a way to pass name property with next-auth email provider signIn({...})
Unanswered
Giant Chinchilla posted this in #help-forum
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
i dont see any document demonstrating this
I am not sure how to access the property we pass in signin() from callback in
api/auth/[...nextauth]/route.tssignin("email",{email: email, name:username})i dont see any document demonstrating this