diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f2b425 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +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 +Apache Sling 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 |