oauth2-framework / token-endpoint
OAuth2 框架的令牌端点
dev-master
2021-01-05 19:48 UTC
Requires
- php: ^7.4|^8.0
- 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/bearer-token-type: To add Bearer token type (RFC6750).
- oauth2-framework/client-credentials-grant: The Client Credentials 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/jwt-bearer-grant: The JWT Bearer grant type
- oauth2-framework/mac-token-type: To add MAC token type (abandoned specification).
- oauth2-framework/openid-connect: To add an authentication layer on top of the authorization server.
- oauth2-framework/refresh-token-grant: The Refresh Token grant type
- oauth2-framework/resource-owner-password-credentials-grant: The Resource Onwer Password Credentials grant type
This package is auto-updated.
Last update: 2024-09-05 16:36:19 UTC
README
此存储库是OAuth2 和 OpenId Connect 框架项目的子存储库,并且是只读的。
请在此处不要提交任何Pull Request。 您应该去主存储库。
文档
官方文档可在以下网址找到:https://oauth2-framework.spomky-labs.com/
许可证
本软件在MIT 许可证下发布。