File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ users to authenticate!
320320.. _security-form-login :
321321
3223223b) Authenticating your Users
323- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
323+ -----------------------------
324324
325325Authentication in Symfony can feel a bit "magic" at first. That's because, instead
326326of building a route & controller to handle login, you'll activate an
@@ -342,14 +342,12 @@ Guard Authenticators
342342....................
343343
344344A 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 :
You can’t perform that action at this time.
0 commit comments