We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb7d51 commit d786e1aCopy full SHA for d786e1a
README.md
@@ -1,10 +1,16 @@
1
Security Component - HTTP Integration
2
=====================================
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.
+The Security HTTP component provides an HTTP integration of the Security Core
+component. It allows securing (parts of) your application using firewalls and
+provides authenticators to authenticate visitors.
+
8
+Getting Started
9
+---------------
10
11
+```
12
+$ composer require symfony/security-http
13
14
15
Resources
16
---------
0 commit comments