You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get Token for User Verification Email:
Route: GET /signup/verification/:email
Description: Retrieves a verification token for sending a verification email to the user based on the provided email.
Post/Update Verify User:
Route: POST /signup/verification/:token
Description: Verifies the user's email based on the provided verification token.
The text was updated successfully, but these errors were encountered:
Get Token for User Verification Email:
Route: GET /signup/verification/:email
Description: Retrieves a verification token for sending a verification email to the user based on the provided email.
Post/Update Verify User:
Route: POST /signup/verification/:token
Description: Verifies the user's email based on the provided verification token.
The text was updated successfully, but these errors were encountered: