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!
320
320
.. _security-form-login :
321
321
322
322
3b) Authenticating your Users
323
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
323
+ -----------------------------
324
324
325
325
Authentication in Symfony can feel a bit "magic" at first. That's because, instead
326
326
of building a route & controller to handle login, you'll activate an
@@ -342,14 +342,12 @@ Guard Authenticators
342
342
....................
343
343
344
344
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:
347
347
348
348
* :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
353
351
354
352
.. _`security-authorization` :
355
353
.. _denying-access-roles-and-other-authorization :
You can’t perform that action at this time.
0 commit comments