Skip to content

Commit 4381b2a

Browse files
committed
add feature passwordless login
1 parent d5ec457 commit 4381b2a

7 files changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
![Passwordless login settings](images/passwordless-login-settings.png)
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+
![Passwordless login click here](images/passwordless-login-click-here.png)
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+
![Passwordless login verification type](images/passwordless-login-verification-type.png)
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+
![Passwordless login email verification](images/passwordless-login-email-verification.png)
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+
![Passwordless login sms verification](images/passwordless-login-sms-verification.png)
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+
![Passwordless login verify passwordless code](images/passwordless-login-verify-passwordless-code.png)
40+
41+
After entering the verification code correctly, you will be redirected to the dashboard.
40.9 KB
Loading
Loading
54.3 KB
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)