Could you please help me with my question
I use universal login page and authorization code flow
How to make email verification a mandatory step during registration?
So that after filling the email and password on the registration page, Auth0 shows page with “we sent a code/link to your email,…” and only after the code/link does authorization occur?
I know that Auth0 sends a magic link by which it will set verified_email=true, but how to make this a mandatory step as I described above?
Thanks you!