This repository was archived by the owner on May 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change 1
1
Security Component
2
2
==================
3
3
4
- Security provides an infrastructure for sophisticated authorization systems,
5
- which makes it possible to easily separate the actual authorization logic from
6
- so called user providers that hold the users credentials. It is inspired by
7
- the Java Spring framework.
4
+ The Security component provides a complete security system for your web
5
+ application. It ships with facilities for authenticating using HTTP basic or
6
+ digest authentication, interactive form login or X.509 certificate login, but
7
+ also allows you to implement your own authentication strategies. Furthermore,
8
+ the component provides ways to authorize authenticated users based on their
9
+ roles, and it contains an advanced ACL system.
8
10
9
11
Resources
10
12
---------
11
13
12
- Documentation:
13
-
14
- https://symfony.com/doc/2.3/book/security.html
15
-
16
- Resources
17
- ---------
18
-
19
- You can run the unit tests with the following command:
20
-
21
- $ cd path/to/Symfony/Component/Security/
22
- $ composer install
23
- $ phpunit
14
+ * [ Documentation] ( https://symfony.com/doc/current/components/security/index.html )
15
+ * [ Contributing] ( https://symfony.com/doc/current/contributing/index.html )
16
+ * [ Report issues] ( https://github.com/symfony/symfony/issues ) and
17
+ [ send Pull Requests] ( https://github.com/symfony/symfony/pulls )
18
+ in the [ main Symfony repository] ( https://github.com/symfony/symfony )
You can’t perform that action at this time.
0 commit comments