| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.45.0.0 source code.tar.gz | 2026-04-29 | 15.9 MB | |
| 6.45.0.0 source code.zip | 2026-04-29 | 19.2 MB | |
| README.md | 2026-04-29 | 1.0 kB | |
| Totals: 3 Items | 35.1 MB | 2 | |
Changelog:
- http4k-*: Upgrade versions
- http4k-security-oauth: [Break]
RefreshingOAuthToken,AutoDiscoveryOAuthTokenrefactored with pluggable OAuth flow and refresh filters. TheoAuthFlowFilterparameter no longer has a default — use theOAuthProviderConfigorCredentialsoverloads for the previous behaviour. ParameteroauthCredentialsrenamed toclientCredentials. - http4k-api-openapi: Include webhook schemas in contract spec. H/T @cies
- http4k-security-oauth: Add
ClientFilters.OAuthJwtAssertionfor RFC 7523 JWT assertion grants (SEP-990 ID-JAG enterprise auth). - http4k-ai-mcp-sdk: Add support for all recent
DRAFT-2026-v1features (as of 04/26). - http4k-ai-mcp-client:
DiscoveredMcpOAuthnow supports pluggable OAuth flow and refresh filters for custom grant types (e.g. JWT assertion for enterprise IdP). - http4k-core: Add
Header.ALLOWlens for RFC 9110Allowheader. - http4k-realtime-core: Add
Header.X_ACCEL_BUFFERINGlens withXAccelBufferingenum.