This is a wrapper around oidc-client-js to better work in a vue application with router integration.
npm install vue-oidc-clientyarn add vue-oidc-clientCopy 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-clientyarn serveand then browse to the url indicated in the prompt.