v0.3.0
Breaking Changes
- Keycloak 26.5.x required
- Custom themes require an
<img>tag with src ofdata:image/png;base64that accepts freemaker variableQRauthImage.
Example:<img src="data:image/png;base64,${QRauthImage}">
Notable Changes
- JQuery and
keycloak-extension-qr-code-execution/qrcode.min.jsare no longer required and have been removed - JQuery and
keycloak-extension-qr-code-execution/qrcode.min.jscan be removed from custom themes
Bug Fixes
- Fixing QR Code Not Generated for Strings of 192 to 217 Characters davidshimjs/qrcodejs #309
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
- @dependabot[bot] made their first contribution in #15
Full Changelog: v0.2.3...v0.3.0