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 Jun 4, 2019. It is now read-only.
Including the client credentials in the request-body using the two
parameters is NOT RECOMMENDED and SHOULD be limited to clients unable
to directly utilize the HTTP Basic authentication scheme (or other
password-based HTTP authentication schemes)
Please support the HTTP Basic authentication scheme for client authentication, especailly at token endpoint
The text was updated successfully, but these errors were encountered:
Hey @mikanmarusan could you clarify which part of the code you are referring to? I suspect you're talking about _get_*_user_info methods but wanted to make sure.
Hi, crhym3
It seems that simpleauth supports using client_id / client_secret in the request-body for client authentication.
Howerver, OAuth 2.0 protocol says,
http://tools.ietf.org/html/rfc6749#section-2.3.1
Please support the HTTP Basic authentication scheme for client authentication, especailly at token endpoint
The text was updated successfully, but these errors were encountered: