@nik7212/nuxt2-auth-module
v5.0.1
Published
Authentication module for Nuxt.js
Downloads
67
Readme
Nuxt 3 Support
Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module.
Meanwhile, we recommend:
- Nuxt Auth Utils
- Sidebase Nuxt Auth based on next-auth
- AuthJs Nuxt based on Auth.js
- Implement your own auth using Lucia or Nuxt Auth Template
Nuxt 2 Installation and Usage
Read Documentation
🚧 please see status page in documentation.
Development
Running demo for development:
$ yarn install
$ yarn dev
Running tests for development:
$ yarn build
$ yarn nuxt build test/fixture
$ yarn jest
License
MIT License - Copyright (c) Nuxt Community