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
All calls to the OAuth2 endpoints require either HTTP Basic authentication or client_id and client_secret supplied in the form data body.
And I can confirm this work because I'm using the revoke endpoint (on logout) with the client id/secret in the body. So if you need a workaround, you can pass it the body.
But yeah, I agree nirn-proxy should support (ignore?) basic auth headers.
Why is that important?
Discord's OAuth2 Token Revocation URL only accepts
Basic
auth as per RFC7709 standard.Nirn should support this edgecase for full API coverage.
Code to reproduce (djs)
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: