Why does better-auth want my users to have a name?
authClient.signUp.email requires a name to be provided and added to my user table.
How do I turn this off?
2 Replies
In the future we will have configurations to disable this and other fields.
Right now you can't, and must use some placeholder value (such as a space) instead if you don't want names.
OK, thanks 👌