requests-oauthlib
requests-oauthlib copied to clipboard
OAuthlib support for Python-Requests!
Semantic version mistake was made when releasing 1.3.1, the Linkedin compliance fix which was removed from the code base, api breaking change, did not trigger a main version release increment....
The latest release (1.3.1) has a missing module for linkedin compliance fixes. ``` ImportError: cannot import name 'linkedin_compliance_fix' from 'requests_oauthlib.compliance_fixes' ``` v1.3.0 still has it: https://github.com/requests/requests-oauthlib/blob/v1.3.0/requests_oauthlib/compliance_fixes/linkedin.py The removal without a...
This is a basic idea on how to fix #260 since nothing has happened to the issue in three years. Let's get a discussion going, because this is a hindrance...
Am interested to receive feedback on reformatting the examples to make them easier to maintain, and setup. Currently I noticed there are a few issues with the current format of...
My site is fully SSL secured. Yet when I try to exchange the code I get this: `(insecure_transport) OAuth 2 MUST utilize https.`. Chrome shows me the following message: `The...
First of all, thank you for this wonderful library. It works great and saved me tons of time. I am having issues with one aspect: auto token refresh. I have...
**tl;dr**: when implementing oauth2 with `client_credentials` grant type, setting `include_client_id=True` in `fetch_token` works for the intended purposes. I'm implementing a server-to-server client as specified here: https://hl7.org/fhir/uv/bulkdata/authorization/index.html I don't think many...
Hello. Ive been tearing my hair out over this for hours and have finally conceded that it may be a bug as there was someone 5 years ago (#203) with...
Related to the oauthlib's https://github.com/oauthlib/oauthlib/issues/485 and https://github.com/oauthlib/oauthlib/issues/678, the project requests-oauthlib requires a lot of attention. The python community is actively using the project, thru downstream libraries (e.g. https://github.com/singingwolfboy/flask-dance amongst others)...