Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 623 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 623 Bytes

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-vue

Yarn

yarn add oidc-vue

Usage

See the wiki for quick docs.

Getting the Source

git clone https://github.com/ahmedsakri/oidc-vue.git
cd oidc-vue

Running the sample

Run with typical install and run steps like below:

npm install
npm run serve