We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c5a4b + faa30fc commit 0e258f7Copy full SHA for 0e258f7
security/csrf.rst
@@ -331,9 +331,9 @@ Stateless CSRF Tokens
331
332
.. versionadded:: 7.2
333
334
- Stateless anti-CSRF protection was introduced in Symfony 7.2.
+ Stateless anti-CSRF protection was introduced in Symfony 7.2, and set as default.
335
336
-By default CSRF tokens are stateful, which means they're stored in the session.
+Traditionally CSRF tokens are stateful, which means they're stored in the session.
337
But some token ids can be declared as stateless using the ``stateless_token_ids``
338
option:
339
0 commit comments