ランキングに戻る
Zero-boilerplate authentication support for Nuxt 2
nuxtauthmodulejwttokencookiessraxiosnuxt-module
主要指標
スター成長
スター
1.9k
フォーク
900
週間成長
—
Issue
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
関連リポジトリ