This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security/Csrf
Nicolas Grekas 933b774844 Merge branch '4.0' into 4.1
* 4.0:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:55:25 +02:00
..
Exception
Tests Merge branch '2.7' into 2.8 2018-05-24 14:58:29 +02:00
TokenGenerator Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
TokenStorage Merge branch '3.4' into 4.0 2018-05-24 15:19:09 +02:00
.gitignore
composer.json Fix security-core cross-dependencies, fixes #27507 2018-06-07 10:54:04 +02:00
CsrfToken.php Merge branch '3.4' 2017-11-16 18:23:39 +02:00
CsrfTokenManager.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
CsrfTokenManagerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist unify PHPUnit config files 2017-04-12 21:20:43 +02:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00

Security Component - CSRF

The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.

Resources