-
- Downloads
Load the keycloak-js libary from the keycloak server instead of bundling it
This makes sure the library version works with the server version. Ideally we'd also want to check the version so we can error out if a too old keycloak server is on the other side, but I don't see any public API changes that would allow us to know if the library is too old. Fixes #32
Showing
- packages/auth/package.json 0 additions, 1 deletionpackages/auth/package.json
- packages/auth/src/keycloak.js 19 additions, 1 deletionpackages/auth/src/keycloak.js
- packages/location-select/package.json 0 additions, 1 deletionpackages/location-select/package.json
- packages/person-select/package.json 0 additions, 1 deletionpackages/person-select/package.json
- yarn.lock 1 addition, 14 deletionsyarn.lock
Loading
Please register or sign in to comment