Skip to content

v0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@realityforge realityforge released this 12 Jan 03:37
· 106 commits to master since this release
7a495f3

Changes in this release:

  • Change Keycloak.MIN_TOKEN_VALIDITY_SECONDS from 15s to 60s. It seems that the skew of the clocks between the browser and the keycloak server can be significant in some scenarios. Increasing the minimum time decreases the chance that the skew could cause an expired token to be used by the client and rejected by the server. This does increase the number of validations and re-requests that can occur but the additional safety is considered an acceptable tradeoff.