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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`7.18.5` -> `7.19.1`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.18.5/7.19.1) |...

how I can convert this into js in Vue 3 > // Allow usage of this.$keycloak in components > declare module '@vue/runtime-core' { > interface ComponentCustomProperties { > $keycloak: VueKeycloakInstance...

Using `@https://github.com/[email protected]` with keycloak 18 will produce an error when trying to logout: ``` invalid param redirect_uri ``` The Breaking Change in Keycloak is described in the [Release Notes](https://www.keycloak.org/2022/04/keycloak-1800-released) -...

Hi, I am using this amazing plugin with Vue 2 + Composition API. The problem is - $keycloak not available in context. In setup(props, context), in context.root there is no...

enhancement
help wanted
good first issue

I'm using vue 3, when I set iframe to false, on redirect the connection info stays in the URL. I didn't have that problem with vue 2. I set iframe...

I want to shut down the refresh token now. I don't want to run this API ( /realms/${name}/protocol/openid-connect/token ) in the timer. Is there any way? thank you

As part of `vue-keycloak-js`, what is the suggested way to handle the refresh token? Right now I am using the following code, but I am not sure if it is...

My OCD is driving me crazy every time I see the typo. Could not initialized... I'm not a native English speaker and this is not proper English. The real issue...

Try to create some automatic tests with Keycloak.

help wanted

Hi, it's more a question that a real issue, because I'm not sure if I configured something wrong or if I missed something. The plugin works great with vue and...

help wanted