Skip to content

Commit cf28009

Browse files
Merge branch '5.4' into 6.0
* 5.4: expand uninitialized session tests [Lock] Release PostgreSqlStore connection lock on failure [DomCrawler] Fix HTML5 parser charset option cs fix [HttpKernel] Do not attempt to register enum arguments in controller service locator [Mime] Fix missing sprintf in DkimSigner [Translation] [LocoProvider] Use rawurlencode and separate tag setting [Security] fix unserializing session payloads from v4 [Cache] Don't lock when doing nested computations [Messenger] fix Redis support on 32b arch [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass [Security] Add getting started example to README
2 parents 9798307 + a835e78 commit cf28009

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Security Component - HTTP Integration
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 HTTP component provides an HTTP integration of the Security Core
5+
component. It allows securing (parts of) your application using firewalls and
6+
provides authenticators to authenticate visitors.
7+
8+
Getting Started
9+
---------------
10+
11+
```
12+
$ composer require symfony/security-http
13+
```
814

915
Sponsor
1016
-------

0 commit comments

Comments
 (0)