Email Password

A popup upon Email Password / Email

Email Verification

When used ?

  • 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

circle-info

Redirect Url that is generated at user's click contains the following query parameters.

https://redirectUrl.com?disable_signup=true&auth_provider=email_password

You can get the query to identify the status that user is returned from signup process.

UI Samples with combination of parameters

{loginProvider: ['email_password']}

{loginProvider: ['email_password'], authAction: { login: false, signup: true }}

{loginProvider: ['email_password'] authAction: { login: true, signup: false }}

Last updated

Was this helpful?