Turorial for SPA Passwordless with Universal Login

I would like to implement passwordless authentication i my single page web application.

When I look at the documentation at Passwordless Connections it’s recommended to use Universal login for passwordless (first grey box). But in the list of tutorials for SPA’s there’re only implementations with Lock and webauth (own UI).

How do I implement the passwordless with Universal in a javascript SPA?

Thanks.

1 Like

See answer here.

Basically, you login to Auth0, navigate to “Universal Login” settings, and under the ‘Login’ tab you can override the template with another pre-existing template called “Lock (passwordless)”.

2 Likes

Thanks a lot @techieshark for contributing to this thread!

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