webartisans-io / nuxt-auth

Auth module for the Nuxt Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Auth module for the Nuxt Framework

License:MIT License


Languages

Language:JavaScript 71.5%Language:Vue 28.5%