Authentication
signupWithPassword
API Reference / modelence / client / signupWithPassword
signupWithPassword(
options
):Promise
<void
>
Defined in: src/auth/client/index.ts:19
Sign up a new user with an email and password.
Example
Parameters
Parameter | Type | Description |
---|---|---|
options | { email : string ; password : string ; } | - |
options.email | string | The email of the user. |
options.password | string | The password of the user. |
Returns
Promise
<void
>