gwt-keycloak

GWT Keycloak Library

APACHE-2.0 License

Stars
9
Committers
3

Bot releases are hidden (Show)

gwt-keycloak - v0.14 Latest Release

Published by realityforge 4 months ago

Changes in this release:

  • Remove remaining references on GWT framework.
  • Re-add support for Keycloak 5.
gwt-keycloak - v0.13

Published by realityforge 4 months ago

Changes in this release:

  • Update the org.realityforge.akasha artifacts to version 0.30.
  • Move to using jsinterop for javascript interoperability.
gwt-keycloak - v0.12

Published by realityforge about 3 years ago

Changes in this release:

  • Upgrade the org.realityforge.akasha artifacts to version 0.15.
gwt-keycloak - v0.11

Published by realityforge over 3 years ago

Changes in this release:

  • Upgrade the org.realityforge.akasha artifact to version 0.10.
gwt-keycloak - v0.10

Published by realityforge over 3 years ago

Changes in this release:

  • Upgrade the au.com.stocksoftware.idea.codestyle artifact to version 1.17.
  • Remove infrastructure supporting integration with the historic GWT "events" packages.
  • Migrate from using Elemental2 to Akasha when interacting with the Browser API.
gwt-keycloak - v0.9

Published by realityforge almost 4 years ago

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.
gwt-keycloak - v0.8

Published by realityforge almost 4 years ago

Changes in this release:

  • Remove some duplicate code when preparing login.
  • Remove unused class NullKeycloakListener.
  • Avoid sharing actions cache between Keycloak instances.
gwt-keycloak - v0.7

Published by realityforge over 4 years ago

Changes in this release:

  • Specify a Keycloak.MIN_TOKEN_VALIDITY_SECONDS that has a reasonable default for minimum validity and change Keycloak.updateToken(Runnable) to use default value rather than 0.
  • Add Keycloak.updateTokenAndExecute(Runnable) override that uses Keycloak.MIN_TOKEN_VALIDITY_SECONDS for minimum validity time.
gwt-keycloak - v0.6

Published by realityforge over 4 years ago

Changes in this release:

  • Backport Keycloak.updateTokenAndExecute(...) which was implemented in some variation for every downstream project.
Package Rankings
Top 34.11% on Repo1.maven.org
Badges
Extracted from project README
Build Status
Related Projects