From e85b4ca1e37d9adfb105fd8bea47488502d54c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=83=20Dmitry=20=28=E2=97=95=E1=B4=A5=E2=97=95=29?= Date: Wed, 15 Mar 2017 17:46:11 +0900 Subject: [PATCH] Replace HybridAuth by SocialConnect/Auth (#761) - Remove HybridAuth because it's dead - Added SocialConnect/Auth library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df72b43..d942a91 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ Libraries to help manage database schemas and migrations. *Libraries for implementing user authentication and authorization.* * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library. -* [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library. +* [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect). * [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information. * [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.