Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 881 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 881 Bytes

vue-oidc-client

This is a wrapper around oidc-client-js to better work in a vue application with router integration.

Installs

NPM

npm install vue-oidc-client

Yarn

yarn add vue-oidc-client

Browser

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).

Usage

See the wiki for quick docs.

Getting the Source

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

Running the sample

yarn serve

and then browse to the url indicated in the prompt.