fastmcp/examples/auth
Jeremiah Lowin 5b66270a09 Fix settings import pattern in OAuth providers to avoid deprecation warnings
Changed all 6 provider files from 'from fastmcp.settings import settings'
to 'import fastmcp.settings as settings_module' to avoid triggering the
settings import deprecation warning.

Also simplified deprecation tests to only verify imports and subclass
relationships without instantiating providers.
2025-10-20 17:56:04 -04:00
..
authkit_dcr Remove redirect path for authkit example (#1938) 2025-09-27 12:01:41 -04:00
aws_oauth Fix settings import pattern in OAuth providers to avoid deprecation warnings 2025-10-20 17:56:04 -04:00
azure_oauth Fix settings import pattern in OAuth providers to avoid deprecation warnings 2025-10-20 17:56:04 -04:00
github_oauth Fix settings import pattern in OAuth providers to avoid deprecation warnings 2025-10-20 17:56:04 -04:00
google_oauth Fix settings import pattern in OAuth providers to avoid deprecation warnings 2025-10-20 17:56:04 -04:00
scalekit_oauth Add Scalekit Provider for Enterprise Authentication (#1927) 2025-09-26 16:58:03 -04:00
workos_oauth Fix settings import pattern in OAuth providers to avoid deprecation warnings 2025-10-20 17:56:04 -04:00