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