Required user full name in NextAuth with the email provider
Unanswered
Orinoco Crocodile posted this in #help-forum
Orinoco CrocodileOP
My first contribution here is a question :D.
I'd like to know if there's a way to require the name field for all users in NextAuth. For example, when using
I'd like to know if there's a way to require the name field for all users in NextAuth. For example, when using
import { signIn } from "next-auth/react" you can get a session (and create a user) only with the email. I have to make sure all users also have a full name. Can I somehow get help from next auth with this or should I always check myself the name (or lack of it)