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

Updating the Linkedin example so that it follows the new pattern provided by #530

docs

Addresses https://github.com/requests/requests-oauthlib/issues/544 Adding similar capabilities to the `refresh_token_request` compliance hook as is possible in the `access_token_request` hook, to allow for non standard, non `x-www-form-urlencoded` request bodies in token refresh requests....

Considering the many moving parts of the release process and integration with the PyPi, it would be beneficial to create some sort of release protection or employ a template. I...

Contributor Friendly
devops

pip2 will install version 1.4.0 because PyPI thinks it supports Python 2.7, but it doesn't, and will raise an exception when incompatible code is reached. I don't know how PyPI...

Hi! Request/response headers are currently being logged without any sanitizing being done upfront, which means that bearer tokens are logged. There are many scenarios in which we'd like to use...

Added a badge displaying the monthly download count from pip Trends. You can view more details at - https://piptrends.com/package/requests-oauthlib (If necessary, the link from the badge to the package's pip...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies