File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ users to authenticate!
316
316
.. _security-form-login :
317
317
318
318
3b) Authenticating your Users
319
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
319
+ -----------------------------
320
320
321
321
Authentication in Symfony can feel a bit "magic" at first. That's because, instead
322
322
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)
335
335
bundle.
336
336
337
337
Guard Authenticators
338
- ....................
338
+ ~~~~~~~~~~~~~~~~~~~~
339
339
340
340
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:
343
343
344
344
* :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
349
347
350
348
.. _`security-authorization` :
351
349
.. _denying-access-roles-and-other-authorization :
You can’t perform that action at this time.
0 commit comments