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 7a618fbd5f Merge branch '3.2'
* 3.2:
  Fix typo in process error message
  Update to PHPUnit namespaces
  Minor typo fix messsagesData -> messagesData
  remove translation data collector when not usable
2017-02-18 18:35:19 +01: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.2 2017-02-18 18:28:00 +01:00
TokenGenerator Merge branch '2.8' into 3.0 2016-07-05 13:09:15 +02:00
TokenStorage Merge branch '2.8' into 3.0 2016-07-05 13:09:15 +02:00
.gitignore [Security] Added CSRF sub-component 2013-09-27 10:08:54 +02:00
composer.json updated version to 3.3 2016-11-19 12:35:20 -08:00
CsrfToken.php [Security] Added a missing field in SimpleAuthenticationHandler 2013-11-21 07:37:18 +01:00
CsrfTokenManager.php Rely on iconv and symfony/polyfill-* 2015-10-28 03:15:07 +01:00
CsrfTokenManagerInterface.php removed @since 2016-07-04 07:27:33 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Merge branch '2.3' into 2.7 2015-11-18 14:41:01 +01: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