Not sure if you can have a custom login form to be passwordless instead of user/password?

In the custom login form, by default it is a login form with user/password where you can add connections like github, azure, etc. Is it possible to have the logic to be passwordless instead of user/password without using the lock(passwordless) template. That way I can have control over the whole overall look?

Hi @hubert.jacob,

Welcome to the Community!

You should be able to customize the look of the passwordless template just like you would for the normal lock template when using the Classic Universal Login.

The main difference between the two lock templates is that lock initializes with Auth0LockPasswordless instead of Auth0Lock.

If you’re not wanting to use lock.js at all, but instead a custom login form, you can follow the docs for passwordless login here:
https://auth0.com/docs/libraries/auth0js#passwordless-login

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