Alternative to /passwordless/verify endpoint?

Hi there,

I am trying to use Auth0 to send verification codes via email and/or SMS to verify users email/phone numbers.

My first thought was to use the /passwordless/start and /passwordless/verify endpoints, but it seems that second endpoint is no longer supported?

I did find a “solution” – changing the default_directory – on this thread but I don’t love that because I want to be able to do email AND phone.

Would this be a better use case for step-up authentication using MFA? If so, is that doable via the API? All I’ve seen has been around using Rules to direct users to MFA when they request certain resources, but I would like to do this programatically from the client.

Thank you in advance for any advice/pointers!

Hi @madeline,

Welcome to the Auth0 Community Forum!

We are currently working on re-deploying a passwordless API. Follow the progress here:
http://community.auth0.com/t/api-support-for-passwordless-login-product-roadmap-in-progress/33012

Thanks,
Dan

1 Like

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