File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 5
5
How to use Passwordless Login Link Authentication
6
6
=================================================
7
7
8
- Login links, also called "magic links", allow users to log in without
9
- passwords. Whenever a user wants to login, a login link is generated and
10
- sent to the user (e.g. using an email). The user is logged in as soon as
11
- they visit that link.
8
+ Login links, also called "magic links", are a passwordless authentication
9
+ mechanism. Whenever a user wants to login, a new link is generated and sent to
10
+ them (e.g. using an email). The link fully authenticates the user in the
11
+ application when clicking on it.
12
+
13
+ This authentication method can help you eliminate most of the customer support
14
+ related to authentication (e.g. I forgot my password, how can I change or reset
15
+ my password, etc.)
12
16
13
17
Login links are supported by Symfony when using the experimental
14
18
authenticator system. You must
You can’t perform that action at this time.
0 commit comments