Skip to content

Commit b8653eb

Browse files
committed
Reword the intro
1 parent 640b9ca commit b8653eb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

security/login_link.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
How to use Passwordless Login Link Authentication
66
=================================================
77

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.)
1216

1317
Login links are supported by Symfony when using the experimental
1418
authenticator system. You must

0 commit comments

Comments
 (0)