mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-16 10:39:11 +02:00
Google accepts shorthand scopes like "email" in authorization requests but returns full URIs like "https://www.googleapis.com/auth/userinfo.email" in token responses. The verifier now normalizes shorthands at initialization so the subset check works regardless of which form was used. GoogleProvider also now exposes valid_scopes for controlling which scopes clients can request beyond the required minimum. Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth0.py | ||
| test_aws.py | ||
| test_azure.py | ||
| test_azure_scopes.py | ||
| test_descope.py | ||
| test_discord.py | ||
| test_github.py | ||
| test_google.py | ||
| test_http_client.py | ||
| test_introspection.py | ||
| test_propelauth.py | ||
| test_scalekit.py | ||
| test_supabase.py | ||
| test_workos.py | ||