We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an email verification process during user registration to ensure that users provide a valid email address.
POST /auth/register
GET /auth/verify/:token
Users will receive a verification email, and their email will be verified before they can log in.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Add an email verification process during user registration to ensure that users provide a valid email address.
Steps to Implement
POST /auth/register
) that sends a verification email upon successful registration.GET /auth/verify/:token
) to verify the user's email address using a token.Expected Outcome
Users will receive a verification email, and their email will be verified before they can log in.
Resources
The text was updated successfully, but these errors were encountered: