랭킹으로 돌아가기
Zero-boilerplate authentication support for Nuxt 2
nuxtauthmodulejwttokencookiessraxiosnuxt-module
주요 지표
스타 성장
스타
1.9k
포크
900
주간 성장
—
이슈
142
5001k1.5k
2023년 1월2023년 8월2024년 3월2024년 10월2025년 5월2025년 12월2026년 7월
아티팩트npm
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
관련 저장소