Implement Username/Password, and Passwordless Login at the Same Time with Flexible Connection Switching
This article explains how to implement a Universal Login flow that allows end-users to choose between username/password and passwordless connections without configuring the classic universal login page.
- Auth0 Universal Login
- Flexible Connection Switching
The Flexible Connection Switching feature enables an implementation that allows users to select their preferred authentication method (database credentials or a one-time password via email or SMS) directly within the Universal Login experience.
The Auth0 documentation explains the requirements and shows a basic sample for starting to use passwordless connections with username/password connections on the same universal login page.