vue-keycloak-js icon indicating copy to clipboard operation
vue-keycloak-js copied to clipboard

A Keycloak plugin for Vue 2

Results 27 vue-keycloak-js issues
Sort by recently updated
recently updated
newest added

http://localhost:8020/home#state=076ae71f-8fe0-4568-8e36-5a384c585018&session_state=485a5d77-c957-46f5-a3d2-8b6ada49a38e&code=08762acf-0262-4497-bc82-da826db468ae.485a5d77-c957-46f5-a3d2-8b6ada49a38e.b684133f-ea10-4461-9e78-fc9c8c202364

Hi guys, is there any update on better support for vue3 also examples without typescript or is it going to be typescript moving forward? One issue we are coming into...

I downloaded the vue-keycloak-js package in version 2.2.0 in the Vue 3 project. When I try to leave the global keycloak instance to other components and I import VueKeycloakInstance. I...

I set Client Session Idle, then after token expired , web can't switch to login auto so i need a sign can indicate token expired hope your return

We have tried to get the locale information after keycloak authenticated like below but got no luck: keycloak.tokenParsed['locale'];

I've successfully added this plugin to my Vue 3 (Typescript) app and it works great! However, I am seeing strange behavior after a successful login. After redirecting to Keycloak and...

I'm use vue2 , the config like this. ``` Vue.use(keycloak, { init: { checkLoginIframe: false, onLoad: 'login-required' }, config: { url: process.env.VUE_APP_SUP_KEYCLOAK_URL, realm: process.env.VUE_APP_SUP_KEYCLOAK_REALM, clientId: process.env.VUE_APP_SUP_KEYCLOAK_CLIENTID }, onReady: (keycloak) =>...