JoseGoncalves / vue-keycloak

Keycloak plugin for Vue 3 with Composition API
Apache License 2.0
11 stars 4 forks source link

Cannot get {userId, decodedToekn} from useKeycloka() #4

Closed DEAN-Cherry closed 8 months ago

DEAN-Cherry commented 8 months ago

图片

There is no definition about userId and decodedToken but written in the doc

图片

JoseGoncalves commented 8 months ago

Hi @DEAN-Cherry. It seems to me that you are using an old version of the library. This should not be an issue with the latest (v2.4.0) version.

DEAN-Cherry commented 8 months ago

Hi @DEAN-Cherry. It seems to me that you are using an old version of the library. This should not be an issue with the latest (v2.4.0) version.

It works, thanks a lot.