Releases: zalando-stups/python-tokens
Releases · zalando-stups/python-tokens
1.0.17
- require a recent version of the
requests
library
1.0.16
- #6: set proper User-Agent HTTP header
1.0.15
- #5: add default connect and socket timeout (1.25 / 2.25 seconds)
1.0.14
- #4: add flag
ignore_expiration
to allow using expired tokens in failure scenarios (e.g. if the resource server implements token caching)
1.0.13
- #2: more resilient handling of failing token refresh (return still valid token)
0.7
- support both OAUTH2_ACCESS_TOKEN_URL and OAUTH_ACCESS_TOKEN_URL environment variables (OAUTH2_ACCESS_TOKEN_URL is used by Friboo)
0.6
More helpful error handling