fastmcp/tests/auth
Jeremiah Lowin 42460480de Fix BearerAuthProvider audience type annotations to support List[str]
The audience parameter was typed as `str | None` but the implementation
already supported `List[str]`. This fix aligns the type annotations with
the actual functionality and adds comprehensive validation logic for all
audience type combinations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 12:13:00 -04:00
..
providers Fix BearerAuthProvider audience type annotations to support List[str] 2025-06-20 12:13:00 -04:00
__init__.py clean up test inits 2025-05-31 19:32:08 -04:00
test_oauth_client.py Remove empty parens 2025-06-04 15:41:28 -04:00