mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +02:00
Fix OAuth resource URL handling and WWW-Authenticate header (#1706)
This commit is contained in:
parent
05b611b68d
commit
d36ea42b92
26 changed files with 518 additions and 354 deletions
|
|
@ -168,7 +168,7 @@ Get OAuth authorization server routes and optional protected resource routes.
|
|||
|
||||
This method creates the full set of OAuth routes including:
|
||||
- Standard OAuth authorization server routes (/.well-known/oauth-authorization-server, /authorize, /token, etc.)
|
||||
- Optional protected resource routes if resource_server_url is configured
|
||||
- Optional protected resource routes if base_url is configured
|
||||
|
||||
**Returns:**
|
||||
- List of OAuth routes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue