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

The NuxtJS framework has server-side rendering out of the box (in universal mode) and there are some errors since the lib uses **window** global variable. The code that uses window...

enhancement
help wanted

vue-keycloak-js/examples/vite_vue3/src/main.ts original: `config: { url: 'http://localhost:8085/auth', clientId: 'vue-client', realm: 'vue' }` working for me: `config: { url: 'http://localhost:8085/', clientId: 'vue-client', realm: 'vue' }`

Hi, im currently try to figur out how to connect quasar with capacitor and keycloak. Quasar with vue-keycloak works fine but by using capacitor mode im unable to get redirected...

The keycloak instance which should be binded to the global vue instance which is not available in vue3. This means it's only available in the template / script. Not in...

Im relative new to vue and i am trying to connect my Vue Application based on [Quasar](https://quasar.dev/) with Keycloak. I followed this [tutorial](https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/) and used the [dsb-norge/vue-keycloak-js](https://github.com/dsb-norge/vue-keycloak-js) library. Everything works...

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...

Hello, I found an issue when accessing the homepage with Keycloak auth, it always redirects to the URL #error=login_required. I'm using init like this on Vue3: ``` init: { //...

[![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/tree/HEAD/packages/babel-core)) | [`7.22.10` -> `7.24.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.10/7.24.7) |...

The keycloak variable is undefined if we try to get it from a function that was called by a button. @onClick=myFunc. myFunc -> can't access $keycloak.

Hi, I get the following warning in my console when I build the project. `node_modules/js-sha256/src/sha256.js (83:17) Use of eval in "node_modules/js-sha256/src/sha256.js" is strongly discouraged as it poses security risks and...