riveraframework / rf-oauth2
Rivera 框架的 OAuth2 模块仓库
dev-develop
2018-11-06 22:03 UTC
Requires
- php: >=5.6.0
- facebook/graph-sdk: ^5.6
- league/oauth2-client: 2.*
- league/oauth2-facebook: 2.*
- league/oauth2-server: 6.*
This package is auto-updated.
Last update: 2024-09-28 06:26:18 UTC
README
⚠️ 此项目正在建设中
- 请勿在生产环境中使用
- 向我提出请求/建议
特性
此仓库包含一个 OAuth2 模块
- PHP League OAuth2 Server 模块的包装器 https://github.com/thephpleague/oauth2-server
- PHP League OAuth2 Client 模块的包装器 https://github.com/thephpleague/oauth2-client
- 支持纯令牌
要求
该项目已在 Linux/Unix 和 Windows 上使用 PHP 7+ 进行测试,但应与 PHP 5.6+ 兼容。
安装
使用 composer
composer require riveraframework/rf-oauth2:dev-develop
文档
即将推出
示例
OAuth2 API/SSO 应用程序将在https://github.com/riveraframework/example-oauth2-api-sso上 很快 提供