mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 14:34:17 +02:00
* Add MultiAuth for composing multiple token verification sources 🤖 Generated with Claude Code https://claude.ai/code/session_01WwKYDCqjM2FqYwY5ZNVvjb * Fix ruff lint/format in MultiAuth tests 🤖 Generated with Claude Code https://claude.ai/code/session_01WwKYDCqjM2FqYwY5ZNVvjb * Fix MultiAuth well-known route delegation and empty scopes handling 🤖 Generated with Claude Code https://claude.ai/code/session_01WwKYDCqjM2FqYwY5ZNVvjb * Harden MultiAuth: exception resilience, mcp_path propagation, test coverage - verify_token now catches exceptions from individual sources and continues to the next, so one broken verifier can't take down the whole chain - set_mcp_path propagates to verifiers, not just the server - Fix jwks_url→jwks_uri typo in class docstring - Add tests for raising verifiers, valid-token HTTP acceptance, and set_mcp_path propagation * Clean up MultiAuth: precompute sources, deduplicate test helpers * Fix version badges to 3.1.0 --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| oauth_proxy | ||
| providers | ||
| __init__.py | ||
| test_auth_provider.py | ||
| test_authorization.py | ||
| test_cimd.py | ||
| test_cimd_validators.py | ||
| test_debug_verifier.py | ||
| test_enhanced_error_responses.py | ||
| test_jwt_issuer.py | ||
| test_jwt_provider.py | ||
| test_jwt_provider_bearer.py | ||
| test_multi_auth.py | ||
| test_oauth_consent_flow.py | ||
| test_oauth_consent_page.py | ||
| test_oauth_mounting.py | ||
| test_oauth_proxy_redirect_validation.py | ||
| test_oauth_proxy_storage.py | ||
| test_oidc_proxy.py | ||
| test_oidc_proxy_token.py | ||
| test_redirect_validation.py | ||
| test_remote_auth_provider.py | ||
| test_ssrf_protection.py | ||
| test_static_token_verifier.py | ||