lucia

Installation
SKILL.md

Lucia Auth

Server-side session-based authentication library that abstracts session management complexity.

Note: Lucia v3 will be deprecated by March 2025. The patterns here remain valid for session-based auth.

Quick Start

npm install lucia
npm install @lucia-auth/adapter-prisma  # Or your database adapter

Setup

Basic Configuration

// lib/auth.ts
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026