Skip to content

Commit c0ad246

Browse files
Update security.rst
Minor
1 parent 8281616 commit c0ad246

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

security.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ users to authenticate!
320320
.. _security-form-login:
321321

322322
3b) Authenticating your Users
323-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
323+
-----------------------------
324324

325325
Authentication in Symfony can feel a bit "magic" at first. That's because, instead
326326
of building a route & controller to handle login, you'll activate an
@@ -342,14 +342,12 @@ Guard Authenticators
342342
....................
343343

344344
A Guard authenticator is a class that gives you *complete* control over your
345-
authentication process. There are *many* different ways to build an authenticator,
346-
so here are a few common use-cases:
345+
authentication process. There are many different ways to build an authenticator;
346+
here are a few common use-cases:
347347

348348
* :doc:`/security/form_login_setup`
349-
* :doc:`/security/guard_authentication`
350-
351-
For the most detailed description of authenticators and how they work, see
352-
:doc:`/security/guard_authentication`.
349+
* :doc:`/security/guard_authentication` – see this for the most detailed description of
350+
authenticators and how they work
353351

354352
.. _`security-authorization`:
355353
.. _denying-access-roles-and-other-authorization:

0 commit comments

Comments
 (0)