Generate a unique token.
Create a email confirmation route like /auth/confirm-email
Token should expire after a time like 10 minutes
Token should be single use
Email template and Html template
If the email is not confirmed they should not be able to save items
Create a is_confirmed decorator like @login_required
Generate a unique token. Create a email confirmation route like /auth/confirm-email
Token should expire after a time like 10 minutes
Token should be single use
Email template and Html template
If the email is not confirmed they should not be able to save items Create a is_confirmed decorator like @login_required