Customization to authenticate with email and password or a one time password

How can I create an authentication flow that allows the user to log in with either an email and password OR a one time password to their email? Something very similar to offering email and password OR google / social authentication but in this case an OTP.

Hi @cre1,

Welcome to the Auth0 Community!

As mentioned in this post, you will need to create two different /authorize links for your users, one sending them to an email/password connection and the other one to a passwordless connection if you want to support both sign-in methods:

If you have any other questions, feel free to reach out.

Have a good one,
Vlad