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
Use net/url to extract host in IsClientIDMetadataDocumentURL
net/url is already imported by four other files in pkg/oauthproto, so
the previous comment about keeping the package "import-free" was
incorrect. url.Parse handles IPv6 brackets and other edge cases
correctly without manual string manipulation.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments