mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-27 07:50:43 +02:00
* Add Discord OAuth provider and corresponding tests * Update DiscordProvider client_secret and required_scopes documentation * Add Discord to authentication support list in README * Fix Discord token verifier to match actual API response format Discord's /api/oauth2/@me endpoint returns: - "scopes" as a list, not "scope" as a space-separated string - "expires" as ISO timestamp, not "expires_in" as seconds - "user" data directly in the response (no need for extra API call) * Simplify Discord token verifier --------- Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| providers | ||
| __init__.py | ||
| test_auth_provider.py | ||
| test_debug_verifier.py | ||
| test_enhanced_error_responses.py | ||
| test_jwt_issuer.py | ||
| test_jwt_provider.py | ||
| test_oauth_consent_flow.py | ||
| test_oauth_mounting.py | ||
| test_oauth_proxy.py | ||
| test_oauth_proxy_redirect_validation.py | ||
| test_oauth_proxy_storage.py | ||
| test_oidc_proxy.py | ||
| test_redirect_validation.py | ||
| test_remote_auth_provider.py | ||
| test_static_token_verifier.py | ||