mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 03:54:18 +02:00
Renames all OAuth providers that inherit from OAuthDCRProxy to explicitly include "DCR" in their names, clarifying their Dynamic Client Registration implementation approach. Changes: - GitHubProvider → GitHubDCRProvider - GoogleProvider → GoogleDCRProvider - AzureProvider → AzureDCRProvider - WorkOSProvider → WorkOSDCRProvider - Auth0Provider → Auth0DCRProvider - AWSCognitoProvider → AWSCognitoDCRProvider All old names remain as deprecated aliases with warnings that respect settings.deprecation_warnings. Environment variables updated to include _DCR_ with backwards compatibility via env_prefixes. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth0.py | ||
| test_aws.py | ||
| test_azure.py | ||
| test_descope.py | ||
| test_github.py | ||
| test_google.py | ||
| test_introspection.py | ||
| test_scalekit.py | ||
| test_supabase.py | ||
| test_workos.py | ||