fastmcp/tests/server/auth/providers
Jeremiah Lowin 901d8cdd60
Block HS* algorithms when JWTVerifier is configured with JWKS (#3419)
* Block HS* algorithms with JWKS in JWT verifier

🤖 Generated with GPT-5.2-Codex

* Fix ruff format: remove extra blank line in test_supabase.py

🤖 Generated with Claude Code

Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>

---------

Co-authored-by: Marvin Context Protocol <41898282+Marvin Context Protocol@users.noreply.github.com>
Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
2026-03-07 11:41:04 -05:00
..
__init__.py Add WorkOS and Azure OAuth providers (#1550) 2025-08-20 16:22:03 -04:00
test_auth0.py Remove automatic environment variable loading from auth providers (#2752) 2025-12-26 15:37:59 -05:00
test_aws.py Bind AWS Cognito token verification to configured app client (#3406) 2026-03-07 11:40:39 -05:00
test_azure.py Split large test files to comply with loq line limit (#3328) 2026-02-28 11:21:11 -05:00
test_azure_scopes.py Replace vendored DI with uncalled-for (#3301) 2026-03-02 16:35:15 -05:00
test_descope.py Remove automatic environment variable loading from auth providers (#2752) 2025-12-26 15:37:59 -05:00
test_discord.py Bind Discord token verifier to client ID (#3405) 2026-03-06 17:01:44 -05:00
test_github.py Fix Windows test timeouts in OAuth proxy provider tests (#3123) 2026-02-09 20:54:16 -05:00
test_google.py Fix Windows test timeouts in OAuth proxy provider tests (#3123) 2026-02-09 20:54:16 -05:00
test_http_client.py Bind Discord token verifier to client ID (#3405) 2026-03-06 17:01:44 -05:00
test_introspection.py Add in-memory caching for token introspection results (#3298) 2026-02-26 10:43:40 -05:00
test_propelauth.py Adds PropelAuth as an AuthProvider 2026-03-02 16:18:22 -05:00
test_scalekit.py Add JWT audience validation and RFC 8707 warnings to auth providers (#3204) 2026-02-17 18:16:05 -05:00
test_supabase.py Block HS* algorithms when JWTVerifier is configured with JWKS (#3419) 2026-03-07 11:41:04 -05:00
test_workos.py Fix WorkOS token scope verification bypass 🤖 Generated with Codex (#3407) 2026-03-06 17:01:35 -05:00