From 5955f5f6a462d32cda6c3268c8207d3671c4d139 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Sun, 29 Nov 2015 10:31:19 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e52fb08..769919c 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [KnpUGuard](https://github.com/knpuniversity/KnpUGuard) - Adds simple and beautiful authentication to Symfony's security component in Silex and anywhere else. ## Markup *Libraries for working with markup.*