Skip to content

Releases: dsb-norge/vue-keycloak-js

Added role check

13 Mar 09:13
Compare
Choose a tag to compare

This release adds hasRealmRole and hasResourceRole, which calls the $keycloak object.

Updated Keycloak version

13 Mar 09:23
Compare
Choose a tag to compare

Updated the keycloak javascript adapter version to 4.8.3, aligned with RedHat SSO 7.3.

Better handling of expired refresh token

13 Mar 09:25
Compare
Choose a tag to compare

If updateToken fails (on failure to refresh token or the session has expired), call keycloak.clearToken().

This avoids futile attempts to refresh a token, and a lot of ERROR logs on the Keycloak server.

Added support for yarn

13 Mar 09:27
Compare
Choose a tag to compare

Support for yarn was removed by a mistake, this release fixes that.