An open API service indexing awesome lists of open source software.

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

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
```