oauth2-framework / client-authentication
Client Authentication for the OAuth2 Framework
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-11-05 17:13:58 UTC
README
This repository is a sub repository of OAuth2 and OpenId Connect Framework project and is READ ONLY.
Please do not submit any Pull Request here. You should go to the main repository instead.
Documentation
The official documentation is available as https://oauth2-framework.spomky-labs.com/
Licence
This software is release under MIT licence.