Our users should have their email verified before they can access our portal. For this, I installed the Auth0 “Require Email Verification” marketplace action.
I am facing the issue that when the email address was not verified, the user is redirected back to the portal instantly with an error message in the URL.
But how do I solve the case where the user needs to have a new verification link, because the old one got expired, accidentally deleted or wasn’t received?
For me it would be ideal if this could be solved within Auth0, instead of a custom implementation.