@@ -575,8 +575,7 @@ Only one firewall is active on each request: Symfony uses the ``pattern`` key
575
575
to find the first match (you can also
576
576
:doc: `match by host or other things </security/firewall_restriction >`).
577
577
Here, all real URLs are handled by the ``main `` firewall (no ``pattern `` key means
578
- it matches *all * URLs). A firewall can have many modes of authentication,
579
- in other words, it enables many ways to ask the question "Who are you?".
578
+ it matches *all * URLs).
580
579
581
580
The ``dev `` firewall is really a fake firewall: it makes sure that you
582
581
don't accidentally block Symfony's dev tools - which live under URLs like
@@ -631,9 +630,10 @@ don't accidentally block Symfony's dev tools - which live under URLs like
631
630
632
631
The feature to use an array of regex was introduced in Symfony 6.4.
633
632
634
- Often, the user is unknown (i.e. not logged in) when they first visit your
635
- website. If you visit your homepage right now, you *will * have access and
636
- you'll see that you're visiting a page behind the firewall in the toolbar:
633
+ A firewall can have many modes of authentication, in other words, it enables many
634
+ ways to ask the question "Who are you?". Often, the user is unknown (i.e. not logged in)
635
+ when they first visit your website. If you visit your homepage right now, you *will *
636
+ have access and you'll see that you're visiting a page behind the firewall in the toolbar:
637
637
638
638
.. image :: /_images/security/anonymous_wdt.png
639
639
:alt: The Symfony profiler toolbar where the Security information shows "Authenticated: no" and "Firewall name: main"
0 commit comments