cloudflare/workers-oauth-provider v0.2.2
cloudflare/workers-oauth-provider
Captured source
source ↗published Dec 20, 2025seen Jun 26captured 2whttp 200method plain
v0.2.2
Repository: cloudflare/workers-oauth-provider
Tag: v0.2.2
Published: 2025-12-20T14:58:19Z
Prerelease: no
Release notes:
Patch Changes
- #129 `1e14e05` Thanks @threepointone! - feat: add Client ID Metadata Document (CIMD) support
(by @mattzcarey in )
CIMD support allows clients to use HTTPS URLs as client_id values that point to metadata documents.
When a client_id is an HTTPS URL with a non-root path, the provider fetches and validates the metadata document instead of looking up in KV storage. Added validation to ensure client_id in the document matches the URL and redirect_uris are present.
matches the new authorization spec for MCP