vue-keycloak-js
vue-keycloak-js copied to clipboard
feat: upgrade to latest keycloak-js adapter 23.0.5
This is required to handle the new iss
parameter returned from the keycloak server in the redirect response.
This also updates the types to match the deprecation and removal of KeycloakPromise.
@chrisnruud please merge this and release, it wont take long
@baltom Can you please look / approve this pull request? This is really big blocker of usable this lib.
It's by no means ideal but if it helps any I've released this under my handle at @pvale/vue-keycloak-js
on npm (so I can use it!)
Hi! As mentioned in https://github.com/dsb-norge/vue-keycloak-js/blob/main/CONTRIBUTING.md - this project is sadly tied to whichever version of keycloak is distributed with redhat-sso since that is our use case and bumping past that would severly inhibit our own use of this project. Thanks to @yaffol for releasing a fork with more updated dependencies.