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

Also try to refresh access token on HTTP status 401 #508

Closed
soxofaan opened this issue Nov 21, 2023 · 2 comments
Closed

Also try to refresh access token on HTTP status 401 #508

soxofaan opened this issue Nov 21, 2023 · 2 comments

Comments

@soxofaan
Copy link
Member

soxofaan commented Nov 21, 2023

if api_exc.http_status_code == 403 and api_exc.code == "TokenInvalid":
# Auth token expired: can we refresh?

Also try to refresh access token on HTTP status 401

@soxofaan
Copy link
Member Author

cc @JanssenBrm

@soxofaan soxofaan changed the title Also try to refresh access token on HTTP status 401 Unauthorized Also try to refresh access token on HTTP status 401 Nov 21, 2023
@soxofaan
Copy link
Member Author

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

No branches or pull requests

1 participant