Email Verification: Redirection, Resend email & Change Email

Hey there,

I have a question about the implementation of auth0. I would like to implement following use case.

User logs in but haven‘t verified his email yet. If that‘s the case, he will be redirected to a “Please verify your email” page. He should be logged in, actually for displaying his email which he registered for auth0. And for the resend email verify via api. And atleast for changing the email, if he entered the wrong one.

So i have no plan how to implement that. Currently using auth0/nextjs. I may do it with callbacks. Would be really nice if someone could help me out :grin:.

PS: User should be still logged in even when he was directed to the verification page.

1 Like

Would be nice if anyone could help out.