Fixed wrong import path in new docs page (#1538)

This commit is contained in:
Sebastian Kalisz 2025-08-19 16:26:48 +02:00 committed by GitHub
commit f7738c6f92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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