keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

Update Keycloak JS to use new import path #608

Closed jonkoops closed 1 month ago

jonkoops commented 1 month ago

Adjusts the import to Keycloak JS to use the new import path by letting Node.js resolve the module location. This also removes the keycloak.json configuration and passes the configuration directly to the instance instead.

Closes #607