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/README.md

19 lines
488 B
Markdown
Raw Normal View History

Security Component
==================
This component provides an infrastructure for sophisticated authorization systems,
which makes it possible to easily separate the actual authorization logic from so
called user providers that hold the users credentials. It is inspired by the
2011-11-04 08:15:42 +00:00
Java Spring framework.
Resources
---------
Unit tests:
https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Security
Documentation:
http://symfony.com/doc/2.0/book/security.html