Skip to content

Adjust Token refresh based on JWT expiration date values

Francisco Borges Aurindo Barros requested to merge authz-token into master

Since we have set -e, curl requests will fail with expired tokens.

Currently the expiration date on production Keycloak JWT is 20 minutes, as such we should refresh before they expire.

Merge request reports