Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit e7f5708

Browse files
javiereguiluzfabpot
authored andcommitted
Updated all the README files
1 parent 9839231 commit e7f5708

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
Security Component
22
==================
33

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.
810

911
Resources
1012
---------
1113

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)

0 commit comments

Comments
 (0)