You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve OAuth protected resource metadata URL construction per RFC 9728
- Replace string manipulation with proper URL parsing using urllib.parse.urlparse
- Handle edge case where resource server path is "/" by treating as empty string
- Ensure consistent URL construction for both WWW-Authenticate header and metadata endpoint
- Add RFC 9728 §3.1 compliance comments for better code documentation
0 commit comments