requests-oauthlib
requests-oauthlib copied to clipboard
OAuthlib support for Python-Requests!
https://github.com/requests/requests-oauthlib/commit/9188065809f0a783af4c6d83c4562e1be112114b this is an issue, as it sends to the request_token url anything passed to a regular request and add it to the body of refresh_token is there any justification...
I have an API for a backend web application that does not provide me with refresh tokens. My understanding is that this is reasonably common; since the backend application already...
I'm building an api integration, and I can get it working using plain requests yet not with requests-oauthlib. The traceback goes to the oauthlib itself, but this is similar to...
This error may somehow be specific to my environment but I'm not sure how. I posted on [Stackoverflow](https://stackoverflow.com/questions/71579512/requests-distribution-not-found-when-listed-in-install-requires-together-with) and didn't get any responses. I have a setup.py file for a...
According to [this ](https://docs.authlib.org/en/latest/client/oauth2.html) you can use the following ot change from 'client_secret_basic' to 'client_secret_post' in v1.0.0. How can this be done in the current release, if at all? I...
It appears that if a `token_updater` is not specified, the client will not get updated. Instead of providing a default `token_updater`, we can instead move this client update call to...
To make the auto-refresh procedure work with our oauth2 server I discovered that I had to create the `token_updater` function myself, and that it was this very simple one-liner: ```python...
Hi, how can I change the response_type for authorization url of MobileApplicationClient ?
Hi Community, I'd like to propose using Gitter as a chatting tool to discuss about requests-oauthlib between dev or between users. Some communities are using Discord, but it seems overkill....