This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
v0.3.5
This version contains the following improvements and bugfixes:
- Fix
java.lang.NullPointerException: null
error (#34) when the Keycloak generatesauth-server-url
with trailing slashes. Thanks @peschmae for #38. - Always lowercase username to prevent the Nexus3 to create multiple user session for the same user. Note: The Keycloak will ignore the case of username. Thanks @TNorad for #35.