README
oidc-nuxt
Setup
- Add
oidc-nuxt
dependency to your project
yarn add oidc-nuxt # or npm install oidc-nuxt
- Add
oidc-nuxt
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'oidc-nuxt',
// With options
['oidc-nuxt', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) anthony on anthony.on@centadt.com