Passwordless alongside usual Login

Hello,
We have been using auth0 for few years to manage our authentication but lately
My team and I are trying to use passwordless logins through the universal login for one specific SPA.
IIRC the Universal Login is unique per tenant. So would we be able to keep the universal login (standard username/password) and build a passwordless version through API?

Hi @khaled.ouertani ,

Welcome to the Auth0 Community!

I understand that you want to have a specific SPA using the passwordless connection and other applications using the standard username/password connection. This can be done in the Auth0 dashboard.

Under Authentication → Passwordless, click on either SMS or Email, and under the Applications tab, enable the specific SPA.

Hope this helps!