UNPKG

vue-oidc-client-deep-linking

Version:

Wrapper around oidc-client-js to better work in a Vue application with Vue Router integration.

41 lines (27 loc) 750 B
# vue-oidc-client This is a wrapper around [oidc-client-js](https://github.com/IdentityModel/oidc-client-js) to better work in a [Vue](https://vuejs.org/) application with [Vue Router](https://router.vuejs.org/) integration. ## Installation ### NPM ```bash npm install vue-oidc-client ``` ### Yarn ```bash yarn add vue-oidc-client ``` ## Usage See [the wiki](https://github.com/soukoku/vue-oidc-client/wiki) for quick docs. ## Getting the Source ```bash git clone https://github.com/soukoku/vue-oidc-client.git cd vue-oidc-client ``` ### Running the sample 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 ```