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
Nicolas Grekas af4ec231b0 Merge branch '3.2'
* 3.2:
  Fix errors not rethrown even if not handled by console.error listeners
  [VarDumper] Fix dumping of non-nested stubs
  [Security] Avoid unnecessary route lookup for empty logout path
  respect inline level when dumping objects as maps
  Test case for not in-lined map-objects
2017-05-15 14:04:53 +02:00
..
Core Remove polyfill-util dependancy from security-core 2017-05-13 13:09:51 +01:00
Csrf Merge branch '3.2' 2017-04-19 22:25:39 +02:00
Guard Merge branch '3.2' 2017-04-19 22:25:39 +02:00
Http Merge branch '3.2' 2017-05-15 14:04:53 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] Allow to set a check_path on json_login listener 2017-04-18 16:20:11 -06:00
composer.json feature #19822 [HttpKernel] Deprecate X-Status-Code for better alternative (jameshalsall) 2017-02-28 22:52:11 -08: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