requests-oauthlib 2.0.0
0
OAuthlib authentication support for Requests.
Contents
OAuthlib authentication support for Requests.
Stars: 1721, Watchers: 1721, Forks: 424, Open Issues: 116The requests/requests-oauthlib
repo was created 11 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1721 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
Related Packages
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 116 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.