Added thephpleague's oauth2-server implementation to the Authentication library list

This commit is contained in:
M. Yilmaz SUSLU 2014-12-05 12:05:51 +02:00
parent d5103437db
commit 788b7fe46b

View File

@ -466,6 +466,7 @@ Libraries to help manage database schemas and migrations.
* [Opauth](https://github.com/opauth/opauth) - A multi-provider authentication framework. * [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](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://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. * [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
* [TwitterOAuth](https://github.com/ruudk/twitteroauth) - A Twitter OAuth library. * [TwitterOAuth](https://github.com/ruudk/twitteroauth) - A Twitter OAuth library.
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK. * [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.