GitPedia

Auth module

Zero-boilerplate authentication support for Nuxt 2

From nuxt-communityยทUpdated June 18, 2026ยทView on GitHubยท

๐Ÿ”‘ Auth Module Zero-boilerplate authentication support for Nuxt 2! The project is written primarily in TypeScript, distributed under the MIT License license, first published in 2017. It has gained significant community traction with 1,928 stars and 901 forks on GitHub. Key topics include: auth, axios, cookie, jwt, module.

Latest release: 5.0.0-devโ€” ๐Ÿšง v5
December 7, 2020View Changelog โ†’
<h1 align="center" >๐Ÿ”‘ Auth Module</h1> <p align="center">Zero-boilerplate authentication support for Nuxt 2!</p> <p align="center"> <a href="https://david-dm.org/nuxt-community/auth-module"> <img alt="" src="https://david-dm.org/nuxt-community/auth-module/status.svg?style=flat-square"> </a> <a href="https://standardjs.com"> <img alt="" src="https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square"> </a> <a href="https://circleci.com/gh/nuxt-community/auth-module"> <img alt="" src="https://img.shields.io/circleci/project/github/nuxt-community/auth-module.svg?style=flat-square"> </a> <a href="https://codecov.io/gh/nuxt-community/auth-module"> <img alt="" src="https://img.shields.io/codecov/c/github/nuxt-community/auth-module.svg?style=flat-square"> </a> <br> <a href="https://npmjs.com/package/@nuxtjs/auth-next"> <img alt="" src="https://img.shields.io/npm/v/@nuxtjs/auth-next/latest.svg?style=flat-square"> </a> <a href="https://npmjs.com/package/@nuxtjs/auth"> <img alt="" src="https://img.shields.io/npm/dt/@nuxtjs/auth-next.svg?style=flat-square"> </a> </p>

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

<a href="https://auth.nuxtjs.org">Read Documentation</a>

๐Ÿšง please see status page in documentation.

Development

Running demo for development:

bash
$ yarn install $ yarn dev

Running tests for development:

bash
$ yarn build $ yarn nuxt build test/fixture $ yarn jest

License

MIT License - Copyright (c) Nuxt Community

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from nuxt-community/auth-module via the GitHub API.Last fetched: 6/19/2026