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
Fabien Potencier f4ca745086 Merge branch '4.4' into 5.1
* 4.4:
  Bump license year
  [Form] fix passing null $pattern to IntlDateFormatter
  Update README.md
2021-01-01 10:25:51 +01:00
..
Exception
Tests Merge branch '4.4' into 5.1 2020-11-01 16:43:26 +01:00
TokenGenerator Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
TokenStorage Merge branch '4.4' into 5.1 2020-12-08 18:02:38 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
composer.json Merge branch '4.4' into 5.1 2020-10-24 14:01:57 +02:00
CsrfToken.php Merge branch '3.4' 2017-11-16 18:23:39 +02:00
CsrfTokenManager.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
CsrfTokenManagerInterface.php [CSRF] add more parameter types 2019-06-30 00:39:46 +02:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00

Security Component - CSRF

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

Resources