wherebyus / league-oauth2-social
thephpleague/oauth2-server 缺失的社会认证功能,改编自 schedula/league-oauth2-social
v1.0.3
2018-08-07 06:47 UTC
Requires
- league/oauth2-server: ^6.0 || ^7.0
This package is auto-updated.
Last update: 2024-09-12 05:09:28 UTC
README
描述:此包扩展了 thephpleague/oauth2-server,通过API通过用户的社交账户进行授权。您需要做的只是将 SocialGrant
启用于您的 AuhtorizationServer
类。
注意:此包仅是一个实验,欢迎所有人贡献以使其更好。对于建议、查询或任何类型的对话,请在gitter上发起。
注意:此包不实现与必须由开发者编写的社交身份提供者进行认证的逻辑。通过实现 UserSocialRepositoryInterface
。更多信息请参考示例。