Authenticating users using email.
Last updated
Authenticating users using email.
Last updated
Copyright © 2023 Deskree Technologies Inc.
To start setting up email authentication, you'll need to enable it first by entering your project, selecting Authentication at the left menu, and then clicking on the email box.
To start setting up the email authentication, you will need to provide the following values:
Parameter | Data Type | Description |
---|---|---|
User invite URL | string | A base URL that will be used in the front end by the users to accept registration invitations sent by your app. This URL will be sent in the email sent as a result of the Invite User method in or .
Example: |
Email confirmation URL | string | A base URL that will be used in the front end by the users to verify their email in your app. This URL will be sent in the email sent as a result of the Verify Email method in or .
Example: |
Password reset URL | string | A base URL that will be used in the front end by the users to reset their password in your app. This URL will be sent in the email sent as a result of the Reset Password method in or .
Example: |
Request email confirmation | boolean | Indicates whether an email verification is required to activate the account. If set to |