Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/security
Yannick Warnier 437d57b218 Add static resources and remove tests dir for release 9 years ago
..
Core Add static resources and remove tests dir for release 9 years ago
Csrf Add static resources and remove tests dir for release 9 years ago
Guard Add static resources and remove tests dir for release 9 years ago
Http Add static resources and remove tests dir for release 9 years ago
Resources/translations Add static resources and remove tests dir for release 9 years ago
Tests Add static resources and remove tests dir for release 9 years ago
.gitignore Add static resources and remove tests dir for release 9 years ago
CHANGELOG.md Add static resources and remove tests dir for release 9 years ago
LICENSE Add static resources and remove tests dir for release 9 years ago
README.md Add static resources and remove tests dir for release 9 years ago
composer.json Add static resources and remove tests dir for release 9 years ago
phpunit.xml.dist Add static resources and remove tests dir for release 9 years ago

README.md

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