oauth2框架 / 客户端身份验证
OAuth2框架的客户端身份验证
dev-master
2021-01-05 19:48 UTC
Requires
- php: ^7.4|^8.0
- oauth2-framework/core: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Suggests
- oauth2-framework/client-configuration-endpoint: To allow dynamic configuration of clients
- oauth2-framework/client-registration-endpoint: To allow dynamic registration of clients
- web-token/jwt-checker: Mandatory when JWT Bearer authentication method is used
- web-token/jwt-encryption: To allow JWT Bearer authentication method with encrypted tokens
- web-token/jwt-key-mgmt: To allow clients to share their key sets through the "jwks_uri" parameter
- web-token/jwt-signature: To allow JWT Bearer authentication method
This package is auto-updated.
Last update: 2024-09-05 16:54:11 UTC
README
此仓库是OAuth2和OpenId Connect框架项目的子仓库,并且是只读的。
请勿在此提交任何Pull Request。 您应该前往 主仓库。
文档
官方文档可在https://oauth2-framework.spomky-labs.com/找到
许可证
此软件根据MIT许可证发布。