https://github.com/nuxt-community/auth-module
Zero-boilerplate authentication support for Nuxt 2
https://github.com/nuxt-community/auth-module
auth axios cookie jwt module nuxt nuxt-module ssr token
Last synced: about 1 month ago
JSON representation
Zero-boilerplate authentication support for Nuxt 2
- Host: GitHub
- URL: https://github.com/nuxt-community/auth-module
- Owner: nuxt-community
- License: mit
- Created: 2017-09-04T14:47:12.000Z (almost 8 years ago)
- Default Branch: dev
- Last Pushed: 2025-05-01T16:33:56.000Z (about 2 months ago)
- Last Synced: 2025-05-01T17:46:04.497Z (about 2 months ago)
- Topics: auth, axios, cookie, jwt, module, nuxt, nuxt-module, ssr, token
- Language: TypeScript
- Homepage: https://auth.nuxtjs.org
- Size: 7.86 MB
- Stars: 1,938
- Watchers: 37
- Forks: 924
- Open Issues: 206
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
🔑 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](https://github.com/atinux/nuxt-auth-utils)
- [Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth
- [AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js
- Implement your own auth using [Lucia](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/) or [Nuxt Auth Template](https://github.com/nuxt/examples/tree/main/auth/local)## Nuxt 2 Installation and Usage
**🚧 please see [status page](http://auth.nuxtjs.org/status) 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](./LICENSE) - Copyright (c) Nuxt Community