vuex-oidc-example

An example of how to use vuex-oidc: https://github.com/perarnborg/vuex-oidc

⚠️ NOTICE: vuex-oidc v4 introduces some breaking changes (such as dropping support for the implicit flow).

This example uses v4, but you can se the example with v3 in the v3 branch.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint