keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

Use Keycloak JS from NPM instead of server #599

Closed jonkoops closed 2 months ago

jonkoops commented 2 months ago

Replaces the code to load Keycloak JS from the server with the version installed through NPM. This is needed in order to seperate Keycloak JS from the Keycloak server distribution in the future.

Closes #600

mposolda commented 2 months ago

@jonkoops @edewit Thanks for the fix and the review!