发布于 2015-08-27 16:48:55 | 107 次阅读 | 评论: 0 | 来源: 网络整理
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, and it contains an advanced ACL system.
You can install the component in 2 different ways:
symfony/security
on Packagist);