This is a wrapper around oidc-client-js to better work in a Vue application with Vue Router integration.
npm install vue-oidc-clientyarn add vue-oidc-clientSee the wiki for quick docs.
git clone https://github.com/soukoku/vue-oidc-client.git
cd vue-oidc-clientGo into either the vue2 or vue3 folder. Run it with the typical install and run
steps like below:
npm install
npm run serve