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
To enhance our sign in flow and improve security for user accounts, we should prompt users to confirm their email if it's unverified.
When signing in, check if the user's email is verified.
If it is unverified, send them an email with a copyable verification code.
Redirect the user to a page with a Verification Form, styled to appear as a sign-in step, and making sure to pass along the next query. This page should have an action for resending the code. It should not reveal the user's account email.
After the user provides the correct code, redirect them to the URL in the next query param.
The text was updated successfully, but these errors were encountered:
To enhance our sign in flow and improve security for user accounts, we should prompt users to confirm their email if it's unverified.
next
query. This page should have an action for resending the code. It should not reveal the user's account email.next
query param.The text was updated successfully, but these errors were encountered: