keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

De-couple quickstarts from statically served Keycloak JS #600

Closed jonkoops closed 2 months ago

jonkoops commented 2 months ago

As part of Keycloak 26 we want to de-couple Keycloak JS from the Keycloak server (see keycloak/keycloak#32820). As part of this effort the quickstarts should no longer use the version of Keycloak JS statically served from the Keycloak server itself, but rather include it through NPM as a regular dependency.