Skip to content

Wrapper around oidc-client-js to better work in a vue application with router integration

License

Notifications You must be signed in to change notification settings

sun337/vue-oidc-client

 
 

Repository files navigation

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.

About

Wrapper around oidc-client-js to better work in a vue application with router integration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%