We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad3610 commit 039a613Copy full SHA for 039a613
AUTHORS.rst
@@ -22,3 +22,4 @@ Patches and Suggestions
22
- Vinay Raikar <rockraikar@gmail.com>
23
- kracekumar <me@kracekumar.com>
24
- David Baumgold <david@davidbaumgold.com>
25
+- Sylvain Marie <sylvain.marie@se.com>
HISTORY.rst
@@ -6,6 +6,9 @@ UNRELEASED
6
7
- Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
8
- Removed outdated LinkedIn Compliance Fixes
9
+- ``OAuth2Session`` now honors the ``self.verify`` value if ``verify`` is not
10
+ overridden in ``fetch_token`` and ``refresh_token``. Fixes `#404
11
+ <https://github.com/requests/requests-oauthlib/issues/404>`_.
12
13
v1.3.0 (6 November 2019)
14
++++++++++++++++++++++++
0 commit comments