Send Verification Email After Sign Up

Trying to find some documentation related to having an automated email sent to the user for verification after they have signed up.

At the moment, I am able to register my user without any issues.

I’ve added a rule that prevents any user from signing in when their email has not been verified.

To complete the process, I want to such that after user registers, they would receive an email where they need to verify their account. After verification, user can then sign in to the application.

I am using Auth0.js (v8) for user registration and logging in.

Any lead to the proper documentation would be appreciated. Thanks

One way you could accomplish this is by using Management API’s Send a “verify email address” email endpoint to send a verification email to the user. More details around verification email can be found here.

1 Like