Configure Email or SMS for Passwordless Authentication
Auth0 lets you configure so users can authenticate with a magic link or one-time password (OTP) through email, or an OTP through SMS.To enable authentication with SMS or email, you need to define a Passwordless connection for your application.Once you’ve created the connection, you need to configure Universal Login to use it. You have three options:
This method uses the Universal Login Experience, which natively supports Passwordless connections. To learn more, read Passwordless with Universal Login.
Enable the Custom Login Page toggle, and select the Lock (passwordless) template. The HTML template will update with code using the Lock widget with Passwordless customization options.
Customize the template, and click Save Changes.
You can use HTML and CSS to customize the login form, and preview the changes within the Dashboard. To learn more about how to customize the Lock (passwordless) template, read the Passwordless section in Lock for Web SDK.