Add KnpUGuard simple Symfony authentication lib

The [KnpUGuard](https://github.com/knpuniversity/KnpUGuard) adds simple and beautiful authentication to Symfony's security component in Silex and anywhere else.
This commit is contained in:
Victor Bocharsky 2015-11-29 10:31:19 +02:00
parent e8c3a1b514
commit 5955f5f6a4

View File

@ -539,6 +539,7 @@ Libraries to help manage database schemas and migrations.
* [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems. * [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems.
* [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library. * [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library.
* [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - An OAuth 2.0 client library. * [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - An OAuth 2.0 client library.
* [KnpUGuard](https://github.com/knpuniversity/KnpUGuard) - Adds simple and beautiful authentication to Symfony's security component in Silex and anywhere else.
## Markup ## Markup
*Libraries for working with markup.* *Libraries for working with markup.*