https://github.com/wefixers/nuxt-lucia-auth
Authentication for Nuxt
https://github.com/wefixers/nuxt-lucia-auth
lucia-auth nuxt session
Last synced: 6 months ago
JSON representation
Authentication for Nuxt
- Host: GitHub
- URL: https://github.com/wefixers/nuxt-lucia-auth
- Owner: wefixers
- Created: 2024-06-27T09:39:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T09:26:33.000Z (11 months ago)
- Last Synced: 2024-11-01T03:35:41.155Z (7 months ago)
- Topics: lucia-auth, nuxt, session
- Language: TypeScript
- Homepage: https://nuxt-auth.fixers.dev
- Size: 982 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]# Nuxt Lucia Auth
Authentication for Nuxt with Lucia.
- [📖  Read Documentation](https://nuxt-auth.fixers.dev)
## Features
- â›° Â Foo
- 🚠 Bar
- 🌲  Baz## Quick Setup
Install the module to your Nuxt application with one command:
```bash
npx nuxi module add @fixers/nuxt-lucia-auth
```## 📑 License
Published under the [MIT License](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/@fixers/nuxt-lucia-auth/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@fixers/nuxt-lucia-auth/v/rc[npm-downloads-src]: https://img.shields.io/npm/dm/@fixers/nuxt-lucia-auth.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@fixers/nuxt-lucia-auth/v/rc[license-src]: https://img.shields.io/npm/l/@fixers/nuxt-lucia-auth.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/@fixers/nuxt-lucia-auth/v/rc[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com