1.1.4 • Published 3 years ago
oidc-vue v1.1.4
oidc-vue
This is a wrapper around oidc-client-js to better work in a Vue application with Vue Router integration.
Installation
NPM
npm install oidc-vueYarn
yarn add oidc-vueUsage
See the wiki for quick docs.
Getting the Source
git clone https://github.com/ahmedsakri/oidc-vue.git
cd oidc-vueRunning the sample
Run with typical install and run steps like below:
npm install
npm run serve