0.0.4 • Published 3 years ago

@oidc-nuxt/oidc-nuxt v0.0.4

Weekly downloads
223
License
MIT
Repository
-
Last release
3 years ago

oidc-nuxt

npm version npm downloads Github Actions CI Codecov License

📖 Release Notes

Setup

  1. Add oidc-nuxt dependency to your project
yarn add oidc-nuxt # or npm install oidc-nuxt
  1. Add oidc-nuxt to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'oidc-nuxt',

    // With options
    ['oidc-nuxt', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) anthony on anthony.on@centadt.com