Contents

requests-oauthlib 2.0.0

0

OAuthlib authentication support for Requests.

OAuthlib authentication support for Requests.

Stars: 1693, Watchers: 1693, Forks: 416, Open Issues: 107

The requests/requests-oauthlib repo was created 11 years ago and the last code push was 6 hours ago.
The project is very popular with an impressive 1693 github stars!

How to Install requests_oauthlib

You can install requests_oauthlib using pip

pip install requests_oauthlib

or add it to a project with poetry

poetry add requests_oauthlib

Package Details

Author
Kenneth Reitz
License
ISC
Homepage
https://github.com/requests/requests-oauthlib
PyPi:
https://pypi.org/project/requests-oauthlib/
GitHub Repo:
https://github.com/requests/requests-oauthlib

Classifiers

No  requests_oauthlib  pypi packages just yet.

Errors

A list of common requests_oauthlib errors.

Code Examples

Here are some requests_oauthlib code examples and snippets.

GitHub Issues

The requests_oauthlib package has 107 open issues on GitHub

  • Release 1.3.1
  • Oauth2Session.fetch_token() : Invalid client_id for client_credentials grant with BackendApplicationClient
  • Updates docs in oauth_session1 to match existing pattern
  • coveralls decreased coverage threshold too thin
  • Add support for Python 3.10
  • There is a problem with python 3.8 and escape sequence:
  • Reformat Examples
  • Update pipeline/Github actions
  • make OAuth2 session picklable
  • Adding refresh_token_request hook
  • oauthlib.oauth2.rfc6749.errors.InvalidClientIdError: (invalid_request) Invalid client_id parameter value.
  • Missing access Token parameter with OAuth2Session, but plain ol' requests works.

See more issues on GitHub

Related Packages & Articles