Skip to content

Commit 2de486a

Browse files
committed
minor #13388 Update security.rst (ThomasLandauer)
This PR was squashed before being merged into the 4.4 branch (closes #13388). Discussion ---------- Update security.rst Minor Commits ------- 23eea33 Update security.rst b64279a Update security.rst c0ad246 Update security.rst
2 parents cfeb0b3 + 23eea33 commit 2de486a

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
@@ -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
@@ -339,17 +339,15 @@ you to control *every* part of the authentication process (see the next section)
339339
bundle.
340340

341341
Guard Authenticators
342-
....................
342+
~~~~~~~~~~~~~~~~~~~~
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)