Fix OAuth resource URL handling and WWW-Authenticate header (#1706)

This commit is contained in:
Jeremiah Lowin 2025-09-02 15:14:05 -04:00 committed by GitHub
commit d36ea42b92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 518 additions and 354 deletions

View file

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