๐ Auth Module
Zero-boilerplate authentication support for Nuxt.js!
Nuxt 3 Suppport
Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module. Meanwhile, we recommend:
- auth starter template for Nuxt 3
- sidebase nuxt auth powered by Auth.js
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