Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
..
Core 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Csrf 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Guard 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Http 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Resources 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago

README.md

Security Component

The Security component provides a complete security system for your web application. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login, but also allows you to implement your own authentication strategies. Furthermore, the component provides ways to authorize authenticated users based on their roles.

Resources