mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +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> |
||
|---|---|---|
| .. | ||
| cli | ||
| client | ||
| contrib | ||
| deprecated | ||
| experimental | ||
| integration_tests | ||
| prompts | ||
| resources | ||
| server | ||
| tools | ||
| utilities | ||
| __init__.py | ||
| conftest.py | ||
| test_examples.py | ||
| test_mcp_config.py | ||