mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Fix double slash in issuer_url well-known log hint
This commit is contained in:
parent
62afdca775
commit
a2bec08e76
1 changed files with 2 additions and 1 deletions
|
|
@ -839,7 +839,8 @@ class OAuthProvider(
|
|||
):
|
||||
logger.info(
|
||||
f"OAuth endpoints at {self.base_url}, issuer at {self.issuer_url}. "
|
||||
f"Ensure well-known routes are accessible at root ({self.issuer_url}/.well-known/). "
|
||||
f"Ensure well-known routes are accessible at root "
|
||||
f"({str(self.issuer_url).rstrip('/')}/.well-known/). "
|
||||
f"See: https://gofastmcp.com/deployment/http#mounting-authenticated-servers"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue