https://github.com/ssynowiec/lucia-demo
https://github.com/ssynowiec/lucia-demo
auth drizzle-orm lucia-auth nextjs postgres typescript
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssynowiec/lucia-demo
- Owner: ssynowiec
- Created: 2024-02-16T20:16:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:52:48.000Z (7 months ago)
- Last Synced: 2025-04-08T20:15:51.757Z (6 months ago)
- Topics: auth, drizzle-orm, lucia-auth, nextjs, postgres, typescript
- Language: TypeScript
- Homepage: https://lucia-auth-demo.vercel.app
- Size: 487 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucia-auth-demo
## Live demo
https://lucia-auth-demo.vercel.app/
## Run locally
1. Clone repository
```bash
git clone https://github.com/ssynowiec/lucia-demo.git
cd lucia-demo
```2. Set up environments
```dotenv
DATABASE_URL=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
```3. Install dependencies & run project
```bash
npm install
npm run dev
# or
yarn install
yarn dev
# or
pnpm install
pnpm dev
# or
bun install
bun dev
```