Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Client after refresh regardless of if token_updater is specified #487

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hiporox
Copy link

@hiporox hiporox commented Mar 17, 2022

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 happen after refresh regardless

Fixes #411

@hiporox hiporox changed the title fix: issue 411 Update Client after refresh regardless of if token_updater is specified Mar 17, 2022
@AdrienKnell
Copy link

UP. Do we have any updates about this PR ? Can someone merge it ?

@jtroussard
Copy link
Contributor

Pushing a small change to kick off the PR build checks and tests

@coveralls
Copy link

Coverage Status

coverage: 90.097% (-0.2%) from 90.31%
when pulling 5e16ac3 on hiporox:update_client_with_no_token_updater
into b3decdb on requests:master.

@jtroussard
Copy link
Contributor

jtroussard commented Mar 23, 2024

Looks like all the checks/unit tests have passed, is it possible to get/produce some evidence of integration or manual smoke/regression tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OAuth2Session: Provide a default token_updater that just replaces self.token
4 participants