requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

OAuthlib support for Python-Requests!

Results 127 requests-oauthlib issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering if it would be possible to have custom headers when refreshing tokens with oauth2? Specifically, OAuth2Session::refresh_token (oauth2_session.py line215 ) does not allow specifying of header. It...

The old destination is no longer working. http://python-requests.org --> https://requests.readthedocs.io

Using an expired access token with Microsoft Exchange Online for sending Outlook e-mails under [exchangelib](https://ecederstrand.github.io/exchangelib/#oauth-authentication) runs into an infinite loop during the token refresh just because the app creds are...

``` $ tox -av ... default environments: py27 -> run test on python2.7 py34 -> run test on python3.4 py35 -> run test on python3.5 py36 -> run test on...

Since oauthlib 3.2.0 now supports PKCE for Clients (https://github.com/oauthlib/oauthlib/releases/tag/v3.2.0), this PR proposes a first implementation . Any feedbacks are welcome, I'm not sure it is production ready yet. Change from:...

Superseded by #2445. __Originally posted by @dependabot in https://github.com/octokit/octokit.net/pull/2418#issuecomment-1128183017__

Hi, I'm trying to perform a post request to wp api, but I get the error "signature does not match". The same request, sent through Postman, works. The code ```...

__Originally posted by @Rs4178 in https://github.com/requests/requests-oauthlib/issues/492__