mxab:keycloak-loader

v0.0.2Published 7 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Keycloak Loader

Use this to retrieve an instance of Keycloak

MeteorKeycloak.init.then((keycloak)=>{
  keycloak.init();
  ...
})