This is a Next.js project for learning how to implement auth from scratch using lucia
First, run these commands:
cp .env.example .env
bun install
bun db:generate
bun db:migrate
bun --bun dev
Open http://localhost:3000 with your browser to see the result.
Note
for the email and password example switch to the other branch