mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-18 19:44:19 +02:00
Implements OAuth Client ID Metadata Documents support, allowing servers to accept URL-based client_id values where the URL points to a JSON metadata document. This eliminates the need for Dynamic Client Registration (DCR) in many cases. - Private _cimd.py module (can swap for SDK when available) - SSRF protection for URL validation - Size-limited fetch with TTL caching - CIMD enabled by default (opt-out via cimd_enabled=False) - Advertises support via client_id_metadata_document_supported metadata - Client-side client_metadata_url parameter |
||
|---|---|---|
| .. | ||
| providers | ||
| __init__.py | ||
| test_auth_provider.py | ||
| test_cimd.py | ||
| test_debug_verifier.py | ||
| test_enhanced_error_responses.py | ||
| test_jwt_issuer.py | ||
| test_jwt_provider.py | ||
| test_oauth_consent_flow.py | ||
| test_oauth_mounting.py | ||
| test_oauth_proxy.py | ||
| test_oauth_proxy_redirect_validation.py | ||
| test_oauth_proxy_storage.py | ||
| test_oidc_proxy.py | ||
| test_redirect_validation.py | ||
| test_remote_auth_provider.py | ||
| test_static_token_verifier.py | ||