From 788b7fe46b0a83d3221ffb5fbcfc2cddc1b50665 Mon Sep 17 00:00:00 2001 From: "M. Yilmaz SUSLU" Date: Fri, 5 Dec 2014 12:05:51 +0200 Subject: [PATCH] Added thephpleague's oauth2-server implementation to the Authentication library list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 194e977..68464ca 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,7 @@ Libraries to help manage database schemas and migrations. * [Opauth](https://github.com/opauth/opauth) - A multi-provider authentication framework. * [OAuth2](https://github.com/php-loep/oauth2-server) - An OAuth2 authentication server, resource server and client library. * [OAuth2 Server](http://bshaffer.github.io/oauth2-server-php-docs/) - Another OAuth2 server implementation. +* [OAuth2 Server](http://oauth2.thephpleague.com/) - A standards compliant OAuth 2.0 authorization and resource server. * [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library. * [TwitterOAuth](https://github.com/ruudk/twitteroauth) - A Twitter OAuth library. * [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.