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

Commit 079e3da

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: Updated all the README files [TwigBundle] Fix failing test on appveyor [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths Allow to normalize \Traversable Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener Simplified everything Added a test Fixed the problem in an easier way Fixed a syntax issue Improved the error message when a template is not found [CodingStandards] Conformed to coding standards [TwigBundle] fixed Include file locations in "Template could not be found" exception
2 parents 3d617f4 + e7f5708 commit 079e3da

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.7/book/security.html
15-
16-
Tests
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)