requests / requests-oauthlib

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

Have `OAuth2Session` correctly use the `self.verify` value if `verify` is not overridden in `fetch_token` and `refresh_token`. #407

Closed smarie closed 2 years ago

smarie commented 4 years ago

Fixes issue #404

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 90.239% when pulling e1cef208add72a9a28a305edc8f33efc1d4fa6b7 on smarie:fix_issue_404 into f0abd9fe6debd106c3993e09ee4175bc281ef02e on requests:master.

smarie commented 2 years ago

thanks!