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 7fb9f614ee Merge branch '2.8' into 3.3
* 2.8:
  [DI] minor docblock fixes
2017-10-24 16:05:06 +02:00
..
Exception [Security\Csrf] Split CsrfTokenGenerator into CsrfTokenManager and TokenGenerator 2013-10-07 14:50:43 +02:00
Tests Merge branch '2.8' into 3.3 2017-10-10 12:12:32 +02:00
TokenGenerator Merge branch '2.7' into 2.8 2017-09-15 11:59:38 +02:00
TokenStorage Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -07:00
.gitignore [Security] Added CSRF sub-component 2013-09-27 10:08:54 +02:00
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
CsrfToken.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
CsrfTokenManager.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
CsrfTokenManagerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08: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