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:
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: https://your-app.com/user-invite
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: https://your-app.com/email-verify
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: https://your-app.com/password-reset
Request email confirmation
boolean
Indicates whether an email verification is required to activate the account. If set to true
, users will be created in a disabled state by default until they verify their email via Verify Email method in or .