Hi all,
The version of Keycloak JS that is distributed on NPM is currently
unusable. Due to a mistake in the source file the Keycloak API is not
exposed but rather a newly introduced module in the main file named
base64-js is exported. This is because the module export code was pasted
with this module.
I've created a bug report to adress this, I reccomend picking this up with
urgency and perhaps unpublish keycloak-js 7.0.0 from NPM to prevent users
from accidentally installing this non-functional version.
More information can be found here:
-
https://issues.jboss.org/browse/KEYCLOAK-11228
-
https://github.com/mauriciovigolo/keycloak-angular/pull/154
Regards,
Jon