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