0.1.1 • Published 4 years ago

nuxt-auth0-spa v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

nuxt-auth0-spa

Simplifies auth0-spa-js integration with Nuxt.js

Install

yarn add nuxt-auth0-spa

Setup

add modules and auth0 setting to nuxt.config.js

  modules: [
    'nuxt-auth0-spa'
  ],
  auth0: {
    domain: '<YOUR_AUTH0_DOMAIN>',
    clientId: '<YOUR_AUTH0_CLIENT_ID>',
    audience: 'http://localhost:3000/'
  }

Development

Running demo for development

yarn install
yarn dev

License

MIT License