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
2017-07-17 12:41:13 +02:00
..
Acl minor #22931 SCA with Php Inspections (EA Extended): 2.7 (kalessil) 2017-06-10 17:25:34 -07:00
Core [Security] Fix wrong term in UserProviderInterface 2017-07-17 12:41:13 +02:00
Csrf Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -07:00
Http bug #22732 [Security] fix switch user _exit without having current token (dmaicher) 2017-06-19 11:57:05 -07:00
Resources/translations Security and validators messages translation to Latvian 2016-09-22 19:04:04 +03:00
Tests fix some risky tests 2017-03-20 16:03:41 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md added missing deprecation in CHANGELOG 2015-06-14 19:35:57 +02:00
composer.json Use PHPUnit 6.0 on PHP 7.* test lines 2017-02-21 14:43:45 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Security Component

The Security component provides a complete security system for your web application. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login, but also allows you to implement your own authentication strategies. Furthermore, the component provides ways to authorize authenticated users based on their roles, and it contains an advanced ACL system.

Resources