Back to rankings
Zero-boilerplate authentication support for Nuxt 2
nuxtauthmodulejwttokencookiessraxiosnuxt-module
Key Metrics
Star Growth
Stars
1.9k
Forks
900
Weekly Growth
—
Issues
143
5001k1.5k
Jan 2023Aug 2023Mar 2024Oct 2024May 2025Dec 2025Jul 2026
Artifactsnpm
npm install auth-moduleREADME
🔑 Auth Module
Zero-boilerplate authentication support for Nuxt 2!
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
🚧 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
Related repositories