Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vfshera/astro-lucia-auth
All In One Astro + Lucia Authentication
https://github.com/vfshera/astro-lucia-auth
astro lucia-auth
Last synced: 5 days ago
JSON representation
All In One Astro + Lucia Authentication
- Host: GitHub
- URL: https://github.com/vfshera/astro-lucia-auth
- Owner: vfshera
- License: mit
- Created: 2023-04-11T01:00:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-11T04:37:26.000Z (over 1 year ago)
- Last Synced: 2024-04-17T01:10:00.384Z (9 months ago)
- Topics: astro, lucia-auth
- Language: Astro
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Lucia Auth
This project includes a mock mailbox.
## Setup
### Install dependencies
```bash
pnpm i
```### Prisma
Migrate Prisma schema:
```bash
npx prisma migrate dev --name init
```## Run
```bash
pnpm dev
```