mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 23:29:10 +02:00
* Add JWT audience validation and RFC 8707 warnings to auth providers * chore: Update SDK documentation * Update AuthKit example README env var name * Move RFC 8707 warnings inside default verifier guard * chore: Update SDK documentation --------- Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| client.py | ||
| README.md | ||
| server.py | ||
AuthKit DCR Example
Demonstrates FastMCP server protection with AuthKit Dynamic Client Registration.
Setup
-
Set your AuthKit domain:
export AUTHKIT_DOMAIN="https://your-app.authkit.app" -
Run the server:
python server.py -
In another terminal, run the client:
python client.py
The client will open your browser for AuthKit authentication.