I am using:
- Regular Web Application with nextjs-auth0
- Passwordless connection to send a one-time password (OTP)
The OTP flow can be completed and the user can register/login with the one-time password received in their email.
However, during the sign-up process, after entering the one-time password, the new user is presented with the “Authorize App” step.
The message:
“[auth0-regular-web-app-name] is requesting access to your [auth0-tenant-name] account.”
This does not make sense from the user point of view, who is just copy-pasting an OTP from their email.
How can I avoid this happening?