Index of /contao/vendor/symfony/security

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]phpunit.xml.dist 2020-11-16 16:01 1.1K 
[   ]composer.json 2020-11-16 16:01 2.2K 
[TXT]LICENSE 2020-11-16 16:01 1.0K 
[DIR]Http/ 2020-11-16 15:51 -  
[DIR]Guard/ 2020-11-16 15:51 -  
[DIR]Csrf/ 2020-11-16 15:51 -  
[DIR]Core/ 2020-11-16 15:51 -  
[TXT]CHANGELOG.md 2020-11-16 16:01 11K 

Security Component
==================

The Security component provides a complete security system for your web
application. It ships with facilities for authenticating using HTTP basic, 
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.

Resources
---------

  * [Documentation](https://symfony.com/doc/current/components/security.html)
  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
  * [Report issues](https://github.com/symfony/symfony/issues) and
    [send Pull Requests](https://github.com/symfony/symfony/pulls)
    in the [main Symfony repository](https://github.com/symfony/symfony)