requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.71k stars 421 forks source link

Add eBay compliance fix #456

Closed craiga closed 2 years ago

craiga commented 2 years ago

eBay compliance fix as discussed in #403.

Thanks to @thiras and @sambragg for working out what was going on.

This will hopefully make it easier for the next developer who needs to figure this out.

jtroussard commented 2 years ago

Note: verified unit tests locally (passes), pipeline (missing coverage report) probably needs to be reconfigured. Will create issue and look into.