代码之家  ›  专栏  ›  技术社区  ›  SERG

任何简单的php库都可以通过Google、FB、Twitter进行身份验证

  •  -2
  • SERG  · 技术社区  · 8 年前

    3 回复  |  直到 8 年前
        1
  •  1
  •   David J Eddy    8 年前

    只要您知道如何使用代码库(包),这里就有一个非常流行的代码库: https://github.com/laravel/socialite

    这一个只处理任何OAuth2服务: https://packagist.org/packages/league/oauth2-client

    下面是通过composer软件包管理器提供的SSO软件包列表: https://packagist.org/?q=sso&p=0

        2
  •  1
  •   Timothy Radier    8 年前

    你看过TheppLeague的套餐了吗。他们的包装总是保养得很好。

    https://github.com/thephpleague/oauth2-client

    甚至包括以下方面的细节:

    谷歌( https://github.com/thephpleague/oauth2-google

    脸书( https://github.com/thephpleague/oauth2-facebook )

        3
  •  1
  •   Olubodun Agbalaya    8 年前

    我在这里使用了auth库 opauth 它们工作得很好。

    oauthlogin ,也被指出是可靠的,但不是免费的