File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -331,11 +331,12 @@ Stateless CSRF Tokens
331
331
332
332
.. versionadded :: 7.2
333
333
334
- Stateless anti-CSRF protection was introduced in Symfony 7.2, and set as default .
334
+ Stateless anti-CSRF protection was introduced in Symfony 7.2.
335
335
336
- 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:
336
+ Traditionally, CSRF tokens are stateful, meaning they're stored in the session.
337
+ However, some token IDs can be declared as stateless using the
338
+ ``stateless_token_ids `` option. Stateless CSRF tokens are enabled by default
339
+ in applications using :ref: `Symfony Flex <symfony-flex >`.
339
340
340
341
.. configuration-block ::
341
342
You can’t perform that action at this time.
0 commit comments