0.0.19 • Published 4 years ago

@wartisans/nuxt-auth v0.0.19

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

nuxt-auth

npm version npm downloads Github Actions CI Codecov License

Auth module for nuxt, to integrate Laravel

📖 Release Notes

Setup

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

    // With options
    ['nuxt-auth', { /* 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) Boudy de Geer boudydegeer@mosaiqo.com

0.0.19

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago