We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
csrf_token_generator
csrf_token_manager
1 parent 5d23506 commit 3a0c762Copy full SHA for 3a0c762
reference/configuration/security.rst
@@ -465,8 +465,8 @@ enable_csrf
465
**type**: ``boolean`` **default**: ``null``
466
467
Set this option to ``true`` to enable CSRF protection in the logout process
468
-using Symfony's default CSRF token generator. Set also the ``csrf_token_generator``
469
-option if you need to use a custom CSRF token generator.
+using Symfony's default CSRF token manager. Set also the ``csrf_token_manager``
+option if you need to use a custom CSRF token manager.
470
471
.. versionadded:: 6.2
472
@@ -479,7 +479,7 @@ csrf_parameter
479
480
The name of the parameter that stores the CSRF token value.
481
482
-csrf_token_generator
+csrf_token_manager
483
~~~~~~~~~~~~~~~~~~~~
484
485
**type**: ``string`` **default**: ``null``
0 commit comments