Email Password
Last updated
Was this helpful?
Last updated
Was this helpful?
When signup is clicked by a user, an email is sent to the email address the user enters for authentication.
Please refer to Getting Started for more details of how to set callbackUrl
{loginProvider: ['email_password']}
{loginProvider: ['email_password'], authAction: { login: false, signup: true }}
{loginProvider: ['email_password'] authAction: { login: true, signup: false }}