signUp()
Use nhost.auth.signUp
to sign up a user using email and password. If you want to sign up a user using passwordless email (Magic Link), SMS, or an OAuth provider, use the signIn
function instead.
Parameters
params required SignUpParams
requestOptions optional RequestOptions
Examples
Sign up with an email and password
Sign up with an email and password and custom headers
Sign up with a security key
Was this page helpful?