|
| 1 | +# Passwordless Login |
| 2 | + |
| 3 | +ASP.NET Zero is ready to provide passwordless login, but it is disabled by default. You can easily enable this in the `User Management` tab, on the host settings page. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +In a multi-tenant application, passwordless login is available to tenants if it's enabled in the host settings. Additionally, depending on which type of passwordless login verification is active, tenants also have the option to enable or disable the active type on the settings page. |
| 8 | + |
| 9 | +If any of the passwordless login options are turned on, a section for passwordless login will be displayed on the login screen as shown in the screenshot below. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +If the user wants to log in using passwordless login, he/she will be directed to the verification screen for authentication after clicking on the `click here` field. |
| 14 | + |
| 15 | +## Verification Type |
| 16 | + |
| 17 | +The current options for passwordless login verification include **Email** and **SMS** authentication methods. |
| 18 | + |
| 19 | +If multiple verification types are active, the selection screen for verification types appears as shown below. |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +### Email Verification |
| 24 | + |
| 25 | +If only the email verification type is active, the screen for entering the email address is displayed as shown below. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +### SMS Verification |
| 30 | + |
| 31 | +If only SMS verification is active, the screen for entering the phone number will appear as shown below. |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +## Verify Passwordless Code |
| 36 | + |
| 37 | +After filling in the necessary fields according to the chosen verification type, a verification code will be sent to the selected method (Email or SMS) for authentication. |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +After entering the verification code correctly, you will be redirected to the dashboard. |
0 commit comments