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
2020-03-27 17:54:36 +01:00
..
Exception
Tests Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +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 '4.3' into 4.4 2019-08-13 08:48:26 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
composer.json Allow Symfony 5.0 2019-05-28 17:53:17 +02:00
CsrfToken.php Merge branch '3.4' 2017-11-16 18:23:39 +02:00
CsrfTokenManager.php Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
CsrfTokenManagerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +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