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