requests / requests-oauthlib

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

`OAuth2Session` constructor now uses its `client.scope` when a `client` is provided and `scope` is not overridden. #409

Closed smarie closed 2 years ago

smarie commented 4 years ago

Fixes #408

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.4%) to 89.804% when pulling b39b85ecbbda1fda52917dcd00f40390842d1bf8 on smarie:fix_issue_408 into efceeea8019ba153dbfab38069e97d4a528b1421 on requests:master.

smarie commented 2 years ago

thanks !