Skip to content

Commit fabcc60

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update security.rst
2 parents a905610 + 2de486a commit fabcc60

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

security.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ users to authenticate!
316316
.. _security-form-login:
317317

318318
3b) Authenticating your Users
319-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
319+
-----------------------------
320320

321321
Authentication in Symfony can feel a bit "magic" at first. That's because, instead
322322
of building a route & controller to handle login, you'll activate an
@@ -335,17 +335,15 @@ you to control *every* part of the authentication process (see the next section)
335335
bundle.
336336

337337
Guard Authenticators
338-
....................
338+
~~~~~~~~~~~~~~~~~~~~
339339

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

344344
* :doc:`/security/form_login_setup`
345-
* :doc:`/security/guard_authentication`
346-
347-
For the most detailed description of authenticators and how they work, see
348-
:doc:`/security/guard_authentication`.
345+
* :doc:`/security/guard_authentication` – see this for the most detailed description of
346+
authenticators and how they work
349347

350348
.. _`security-authorization`:
351349
.. _denying-access-roles-and-other-authorization:

0 commit comments

Comments
 (0)