Releases: horde/Oauth
Release list
4.0.0
chore: update CI
ci: install horde-components CI pipeline
feat(client): honour revocation_endpoint_auth_methods_supported override
refactor(test): factor capture helpers in OAuth2ClientTest
style: whitespace
fix: honour tokenEndpointAuthMethodsSupported in revokeToken()
feat: add revokeToken() to OAuth2Client (RFC 7009)
chore: Update workflow dependency
4.0.0-RC1
fix: explicitly demand a json answer and fall back to parsing response body
test: Cover PSR-4 variant of OAuth 1.0a protocol
feat: PSR-4 variant of the OAuth 1.0a protocol and upgrade docs
feat: #2 Incremental consent support in OAuth2Client
feat: Implement horde/base#72 OAuthFlowData support for return URL and Requesting App
feat: Implement horde/OAuth #3 - Add an AuthenticatedHttpClient
4.0.0-beta3
chore: Add explicit deviating autoloader rule
feat: Model flow data and store
4.0.0-beta2
docs: Add demo script on how to discover a provider's endpoints
refactor: Consolidate on OAuth2 rather than Oauth2 naming
4.0.0-beta1
docs: Add an example how to discover a provider config
fix: metadata
style: php-cs-fixer
test: consolidated/merged unit test suite
feat: OpenID Connect layer (draft)
feat: OAuth 2 Client role
feat: Exception handling
feat: PSR-7/14 layer
feat: interface and implementation for grants
feat: Draft consent, access token, refresh token, scope and authorization code entities
feat: Implement TokenIssuers for access token and refresh token
feat: Implement repository interfaces and an InMemory reference implementation
feat: Implement PKCE Verifier
Add CI job for satis repo update
Development mode for Oauth-3.0.0alpha3