Skip to content

Implementing different authentication methods with the help of lucia

Notifications You must be signed in to change notification settings

RedaKadri/lucia-auth

Repository files navigation

This is a Next.js project for learning how to implement auth from scratch using lucia

Getting Started

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

About

Implementing different authentication methods with the help of lucia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published