Passwordless to use newer Universal Login look

Hi folks,

When will Passwordless Logins (SMS & Email) be able to use the newer Universal Login look instead of the Classic?

We weren’t aware we’d having such a subpar UX experience in using OTP login methods via Classic Login in signing up with Auh0. It’s quite the bummer. :frowning:

Thanks!

Hi @sami.e,

Thanks for reaching out to the Auth0 Community!

Yes, this is possible. Please check our Passwordless with New Universal Login documentation for more information.

To clarify, for Passwordless to work with the new Universal Login, you must pass the connection parameter and its value (either sms or email) to the Auth0 Authentication API Login endpoint.

For example:

https://{yourDomain}/authorize?
    response_type=code&
    client_id={yourClientId}&
    redirect_uri={https://yourApp/callback}&
    scope={scope}&
    state={state}&
    connection={sms|email}

Please let me know how this goes for you.

Thanks,
Rueben

Great! Thank you @rueben.tiow! I’ll take a look & let you know. Question, when was this released?

Hi @sami.e,

Thank you for your response.

Yes, you’re most welcome! Passwordless with the New Universal Login was released earlier this year. Take note that this feature is still in the Early Access stage.

I hope this helps!

Thanks,
Rueben

Hi @rueben.tiow, I followed the link you’ve provided me, however I don’t see a means to sign up for the waiting list. Please advise. Thanks!

Hi @sami.e,

Thank you for your reply.

Passwordless with the New Universal Login should be available to you already and require no further steps on your part. Have you gotten a chance to try the Passwordless flow with the New Universal Login?

Thanks,
Rueben

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