An open API service indexing awesome lists of open source software.

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

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