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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
if my authorization URL is something like https://example.com/foo?bar=qux, the generated authorization URL is something like https://example.com/foo?bar=qux?client_id=.... But RFC 6749 requires the URL parameters to be kept:
The endpoint URI MAY include an "application/x-www-form-urlencoded"
formatted (per Appendix B) query component ([RFC3986] Section 3.4),
which MUST be retained when adding additional query parameters. The
endpoint URI MUST NOT include a fragment component.
The text was updated successfully, but these errors were encountered:
if my authorization URL is something like
https://example.com/foo?bar=qux
, the generated authorization URL is something likehttps://example.com/foo?bar=qux?client_id=...
. But RFC 6749 requires the URL parameters to be kept:The text was updated successfully, but these errors were encountered: