File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -554,8 +554,7 @@ csrf_token_id
554554
555555**type **: ``string `` **default **: ``'logout' ``
556556
557- An arbitrary string used to generate the token value (and check its validity
558- afterwards).
557+ An arbitrary string used to identify the token (and check its validity afterwards).
559558
560559.. _reference-security-ldap :
561560
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ csrf_token
131131 {{ csrf_token(intention) }}
132132
133133 ``intention ``
134- **type **: ``string `` - an arbitrary string used to generate the token value .
134+ **type **: ``string `` - an arbitrary string used to identify the token.
135135
136136Renders a CSRF token. Use this function if you want :doc: `CSRF protection </security/csrf >`
137137in a regular HTML form not managed by the Symfony Form component.
You can’t perform that action at this time.
0 commit comments