We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All tokens are only refreshed 20 minutes before their expiration time (https://github.com/zalando-stups/python-tokens/blob/master/tokens/__init__.py#L14). We need to make this dynamic to refresh earlier for JWT tokens.
The text was updated successfully, but these errors were encountered:
NOTE: The Java tokens library refreshes as soon as 40% of validity time are left (https://github.com/zalando-stups/tokens/blob/master/src/main/java/org/zalando/stups/tokens/AccessTokensBuilder.java#L36), i.e. it will already try to refresh an 8 hours tokens after 4.8 hours.
Sorry, something went wrong.
No branches or pull requests
All tokens are only refreshed 20 minutes before their expiration time (https://github.com/zalando-stups/python-tokens/blob/master/tokens/__init__.py#L14). We need to make this dynamic to refresh earlier for JWT tokens.
The text was updated successfully, but these errors were encountered: