You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 years ago | |
|---|---|---|
| .. | ||
| Authentication | 9 years ago | |
| Authorization | 9 years ago | |
| EntryPoint | 9 years ago | |
| Event | 9 years ago | |
| Firewall | 9 years ago | |
| Logout | 9 years ago | |
| RememberMe | 9 years ago | |
| Session | 9 years ago | |
| Tests | 9 years ago | |
| .gitignore | 9 years ago | |
| AccessMap.php | 9 years ago | |
| AccessMapInterface.php | 9 years ago | |
| Firewall.php | 9 years ago | |
| FirewallMap.php | 9 years ago | |
| FirewallMapInterface.php | 9 years ago | |
| HttpUtils.php | 9 years ago | |
| LICENSE | 9 years ago | |
| ParameterBagUtils.php | 9 years ago | |
| README.md | 9 years ago | |
| SecurityEvents.php | 9 years ago | |
| composer.json | 9 years ago | |
| phpunit.xml.dist | 9 years ago | |
README.md
Security Component - HTTP Integration
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.