nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.91k stars 927 forks source link
auth axios cookie jwt module nuxt nuxt-module ssr token

🔑 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 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