fastmcp/docs/deployment
Jeremiah Lowin 686082a5b5
Add platform-aware OAuth token persistence (#2218)
* Add comprehensive keyring integration tests

Prevents OS keyring pollution during testing by adding a global mock in
conftest.py. Tests verify keyring behavior across platforms and fallback
scenarios without writing to the actual system keyring.

- Add global mock_keyring fixture to tests/conftest.py
- Add TestOAuthProxyKeyring class with 6 keyring-specific tests
- Remove try/except ImportError for keyring (now required dependency)
- Add keyring extra to py-key-value-aio dependency
- Clean up extraneous implementation comments in oauth_proxy.py

* Update OAuth keyring documentation

Update all OAuth-related documentation to reflect keyring-based key management:
- Add version badges to jwt_signing_key, token_encryption_key, and client_storage parameters
- Standardize "Default behavior (`None`):" formatting with backticks
- Ensure consistent messaging about development-only defaults across all docs
- Update oauth-proxy.mdx, oidc-proxy.mdx, http.mdx, storage-backends.mdx, and upgrade-guide.mdx
2025-10-22 20:42:24 -04:00
..
fastmcp-cloud.mdx Update fastmcp cloud server requirements (#1497) 2025-08-14 12:23:00 -04:00
http.mdx Add platform-aware OAuth token persistence (#2218) 2025-10-22 20:42:24 -04:00
running-server.mdx Support mounting OAuth-protected servers under path prefixes (#2119) 2025-10-17 11:44:49 -04:00
server-configuration.mdx Add type field to Environment base class (#1676) 2025-08-30 07:47:24 -04:00