nhost.auth.signUp
signIn
nhost.auth.signUp({ email: 'joe@example.com', password: 'secret-password' })
SignUpParams
RequestOptions
nhost.auth.signUp( { email: 'joe@example.com', password: 'secret-password' }, { headers: { 'x-cf-turnstile-response': turnstileResponse } } )
nhost.auth.signUp({ email: 'joe@example.com', securityKey: true }) @docs https://docs.nhost.io/reference/javascript/auth/sign-up
Was this page helpful?