This is a wrapper around oidc-client-js to better work in a vue application with router integration.
npm install vue-oidc-client
yarn add vue-oidc-client
Copy the compiled UMD version in the dist
folder to your project and reference it in a script tag.
Note As this uses oidc-client
under the hood it may be necessary to include
babel-polyfill when using an older browser (IE).
See the wiki for quick docs.
git clone https://github.com/soukoku/vue-oidc-client.git
cd vue-oidc-client
yarn serve
and then browse to the url indicated in the prompt.