mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Rename OAuthProxy -> OAuthDCRProxy
This commit is contained in:
parent
254ff1a25d
commit
dd86edf275
17 changed files with 3416 additions and 2075 deletions
|
|
@ -82,7 +82,7 @@ def create_github_server_with_mock_callback(base_url: str) -> FastMCP:
|
|||
import secrets
|
||||
import time
|
||||
|
||||
from fastmcp.server.auth.oauth_proxy import ClientCode
|
||||
from fastmcp.server.auth.oauth_dcr_proxy import ClientCode
|
||||
|
||||
# Generate a fake authorization code
|
||||
fake_code = secrets.token_urlsafe(32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue