/auth-module

Authentication module for Nuxt.js (W.I.P)

Primary LanguageJavaScriptMIT LicenseMIT

Auth

npm (scoped with tag) npm CircleCI Codecov Dependencies

js-standard-style

Authentication module for Nuxt.js

📖 Release Notes

Setup

  • Add @nuxtjs/auth dependency using yarn or npm to your project
  • Add @nuxtjs/auth and @nuxtjs/axios to modules section of nuxt.config.js
{
  modules: [
    '@nuxtjs/auth',

     // ...Axios module should be included AFTER @nuxtjs/auth
    '@nuxtjs/axios', 
 ],
 auth: {
   /* auth options */
 }
}

Options

License

MIT License

Copyright (c) Nuxt Community