https://github.com/soukoku/vue-oidc-client
Wrapper around oidc-client-js to better work in a vue application with router integration
https://github.com/soukoku/vue-oidc-client
oidc-client openid-connect vue
Last synced: about 1 year ago
JSON representation
Wrapper around oidc-client-js to better work in a vue application with router integration
- Host: GitHub
- URL: https://github.com/soukoku/vue-oidc-client
- Owner: soukoku
- License: mit
- Created: 2018-10-11T02:52:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:48:59.000Z (over 3 years ago)
- Last Synced: 2025-03-30T17:11:29.378Z (about 1 year ago)
- Topics: oidc-client, openid-connect, vue
- Language: TypeScript
- Homepage:
- Size: 4.73 MB
- Stars: 106
- Watchers: 4
- Forks: 34
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```