Passwordless login - one user with both email and phone

If I implement passwordless login can I update the user’s profile with both their email and phone? I’d like to give them the option to login with either and make sure a user doesn’t get duplicated if they switch from one to the other. I only see API methods to read the user profile or change the email, not to add anything to it.

Thanks

Hey there!

I fear it’s not possible to offer both authentication methods at the same time (passwordless + username / password)

https://community.auth0.com/t/passwordless-and-username-password-at-the-same-time/42348/4

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.