mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Fixed wrong import path in new docs page (#1538)
This commit is contained in:
parent
26969e80c3
commit
f7738c6f92
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ The `OAuthProxy` class provides the complete proxy implementation:
|
|||
|
||||
```python
|
||||
from fastmcp import FastMCP
|
||||
from fastmcp.server.auth.providers.proxy import OAuthProxy
|
||||
from fastmcp.server.auth.proxy import OAuthProxy
|
||||
from fastmcp.server.auth.providers.jwt import JWTVerifier
|
||||
|
||||
# Configure token validation for your provider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue