requests / requests-oauthlib

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

`LegacyApplicationClient` should honor default scopes in `prepare_request_body` #406

Closed smarie closed 4 years ago

smarie commented 4 years ago

If scope=None is provided (default), the self.scope field should be used instead. This is not the case currently. I'll push a PR

smarie commented 4 years ago

Actually my bad, this is a bug for oauthlib.