# vue-oidc-client **Repository Path**: gitKing/vue-oidc-client ## Basic Information - **Project Name**: vue-oidc-client - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-11 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```