fastmcp/tests/server/auth/providers
Jeremiah Lowin 0ad638003c Rename OAuth providers to include DCR suffix
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.
2025-10-20 17:32:35 -04:00
..
__init__.py Add WorkOS and Azure OAuth providers (#1550) 2025-08-20 16:22:03 -04:00
test_auth0.py Rename OAuth providers to include DCR suffix 2025-10-20 17:32:35 -04:00
test_aws.py Rename OAuth providers to include DCR suffix 2025-10-20 17:32:35 -04:00
test_azure.py Rename OAuth providers to include DCR suffix 2025-10-20 17:32:35 -04:00
test_descope.py Replace subprocess tests with in-process async servers (#2006) 2025-10-19 10:47:54 -04:00
test_github.py Rename OAuth providers to include DCR suffix 2025-10-20 17:32:35 -04:00
test_google.py Rename OAuth providers to include DCR suffix 2025-10-20 17:32:35 -04:00
test_introspection.py Add RFC 7662 token introspection provider (#2074) 2025-10-16 10:57:06 -04:00
test_scalekit.py Replace subprocess tests with in-process async servers (#2006) 2025-10-19 10:47:54 -04:00
test_supabase.py Add supabase auth (#1997) 2025-10-08 20:27:55 -04:00
test_workos.py Rename OAuth providers to include DCR suffix 2025-10-20 17:32:35 -04:00