Skip to content

Commit d786e1a

Browse files
committed
[Security] Add getting started example to README
1 parent 6eb7d51 commit d786e1a

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
Resources
1016
---------

0 commit comments

Comments
 (0)