oauth2-framework / authorization-endpoint
OAuth2 框架的授权端点
dev-master
2021-01-05 19:48 UTC
Requires
- php: ^7.4|^8.0
- league/uri: ^5.3
- oauth2-framework/client-authentication: ^1.0
- oauth2-framework/core: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Suggests
- oauth2-framework/authorization-code-grant: The Authorization Code grant type
- oauth2-framework/client-rule: To use of the client registration/configuration rules provided by this component.
- oauth2-framework/implicit-grant: The Implicit grant type
- oauth2-framework/none-grant: The None grant type
- oauth2-framework/openid-connect: To add an authentication layer on top of the authorization server.
- php-http/httplug: To use of the Sector Identifier Uri client registration/configuration rule provided by this component.
This package is auto-updated.
Last update: 2024-09-05 16:35:58 UTC
README
此存储库是OAuth2 和 OpenId Connect 框架项目的子存储库,且为只读。
请勿在此处提交任何 Pull Request。 应前往 主存储库。
文档
官方文档可在 https://oauth2-framework.spomky-labs.com/ 查找
许可协议
本软件根据 MIT 许可协议 发布。