Skip to content

v0.3.0

Choose a tag to compare

@HadleySo HadleySo released this 28 Jan 17:38
· 4 commits to main since this release
eb3f548

Breaking Changes

  • Keycloak 26.5.x required
  • Custom themes require an <img> tag with src of data:image/png;base64 that accepts freemaker variable QRauthImage.
    Example: <img src="data:image/png;base64,${QRauthImage}">

Notable Changes

  • JQuery and keycloak-extension-qr-code-execution/qrcode.min.js are no longer required and have been removed
  • JQuery and keycloak-extension-qr-code-execution/qrcode.min.js can be removed from custom themes

Bug Fixes

What's Changed

  • Bump org.keycloak:keycloak-services from 26.4.2 to 26.5.0 by @dependabot[bot] in #15
  • Update AuthenticationManager getUser() and README by @HadleySo in #20
  • Update compatibility table by @HadleySo in #21
  • Moving QR image generation to server side by @HadleySo in #22

New Contributors

Full Changelog: v0.2.3...v0.3.0