Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-25T22:37:19.000Z (9 days ago)
- Last Synced: 2024-10-27T02:35:51.671Z (8 days ago)
- Topics: auth, axios, cookie, jwt, module, nuxt, nuxt-module, ssr, token
- Language: TypeScript
- Homepage: https://auth.nuxtjs.org
- Size: 7.8 MB
- Stars: 1,932
- Watchers: 38
- Forks: 926
- Open Issues: 208
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - nuxt-community/auth-module - Zero-boilerplate authentication support for Nuxt 2 (TypeScript)
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