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

https://github.com/redakadri/lucia-auth

Implementing different authentication methods with the help of lucia
https://github.com/redakadri/lucia-auth

auth bun drizzle-orm nextjs15

Last synced: about 1 year ago
JSON representation

Implementing different authentication methods with the help of lucia

Awesome Lists containing this project

README

          

This is a [Next.js](https://nextjs.org) project for learning how to implement auth from scratch using [lucia](https://lucia-auth.com/)

## Getting Started

First, run these commands:

```bash
cp .env.example .env
bun install
bun db:generate
bun db:migrate
bun --bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

> [!NOTE]
> for the email and password example switch to the [other branch](https://github.com/RedaKadri/lucia-auth/tree/email-password)