File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -472,6 +472,26 @@ depend on the authentication mechanism, which can be any of these:
472
472
http_digest :
473
473
# ...
474
474
475
+ You can view actual information about the firewalls in your application with
476
+ the ``debug:firewall `` command:
477
+
478
+ .. code-block :: terminal
479
+
480
+ # displays a list of firewalls currently configured for your application
481
+ $ php bin/console debug:firewall
482
+
483
+ # displays the details of a specific firewall
484
+ $ php bin/console debug:firewall main
485
+
486
+ # displays the details of a specific firewall, including detailed information
487
+ # about the event listeners for the firewall
488
+ $ php bin/console debug:firewall main --include-listeners
489
+
490
+ .. versionadded :: 5.3
491
+
492
+ The ``debug:firewall `` command was introduced in Symfony 5.3.
493
+
494
+
475
495
.. _reference-security-firewall-form-login :
476
496
477
497
``form_login `` Authentication
You can’t perform that action at this time.
0 commit comments