File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -465,8 +465,8 @@ enable_csrf
465
465
**type **: ``boolean `` **default **: ``null ``
466
466
467
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 .
468
+ using Symfony's default CSRF token manager . Set also the ``csrf_token_manager ``
469
+ option if you need to use a custom CSRF token manager .
470
470
471
471
.. versionadded :: 6.2
472
472
@@ -479,7 +479,7 @@ csrf_parameter
479
479
480
480
The name of the parameter that stores the CSRF token value.
481
481
482
- csrf_token_generator
482
+ csrf_token_manager
483
483
~~~~~~~~~~~~~~~~~~~~
484
484
485
485
**type **: ``string `` **default **: ``null ``
You can’t perform that action at this time.
0 commit comments