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
OAuth2Session.request() now has the refresh request's authentication method reuse its regular auth parameter (not specific to refresh), falling back to HTTP Basic Auth only if the former is missing.
This becomes a problem for e.g. the CommerceTools API, which uses bearer authentication for regular requests, yet basic auth for its refresh process.
c.f. #264, which touches on some issues in this code snippet as well.
The text was updated successfully, but these errors were encountered:
OAuth2Session.request()
now has the refresh request's authentication method reuse its regularauth
parameter (not specific to refresh), falling back to HTTP Basic Auth only if the former is missing.This becomes a problem for e.g. the CommerceTools API, which uses bearer authentication for regular requests, yet basic auth for its refresh process.
c.f. #264, which touches on some issues in this code snippet as well.
The text was updated successfully, but these errors were encountered: