mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
* feat: make upstream_client_secret optional in OAuthProxy Extract _create_upstream_oauth_client() factory method for subclass override. Cookie signing falls back to JWT key material when no secret. * fix: include client_id in revocation requests for public clients * fix: use factory method for revocation auth |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_authorization.py | ||
| test_client_registration.py | ||
| test_config.py | ||
| test_e2e.py | ||
| test_oauth_proxy.py | ||
| test_tokens.py | ||
| test_ui.py | ||