xutl/league-oauth2-social

为thephpleague/oauth2-server提供的缺失社交认证

该软件包的官方仓库似乎已丢失,因此该软件包已被冻结。

1.0.0 2018-10-12 04:44 UTC

This package is auto-updated.

Last update: 2021-02-12 11:20:29 UTC


README

描述:此软件包扩展了thephpleague/oauth2-server,通过API授权用户使用其社交账户。您只需在AuhtorizationServer类上启用SocialGrant即可。

注意:此软件包只是一个实验,欢迎大家贡献意见,使其变得更好。对于建议、查询或任何类型的对话,请通过gitter进行ping。

注意:此软件包没有实现与需要开发者编写的社交身份提供者进行授权的逻辑。通过实现UserSocialRepositoryInterface来实现。更多示例参考

https://github.com/schedula/league-oauth2-social