Auth system #9

Closed
opened 2026-03-22 21:43:53 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-22 21:43:53 +00:00

Problem

API needs authentication: sessions for web UI, API keys for CLI/integrations.

Solution

src/core/auth.ts and related API routes. Password hashing (argon2), session management (httpOnly cookies), API key generation and validation. Rate limiting on auth endpoints. Sessions table addition to schema.

Depends on: #4

## Problem API needs authentication: sessions for web UI, API keys for CLI/integrations. ## Solution `src/core/auth.ts` and related API routes. Password hashing (argon2), session management (httpOnly cookies), API key generation and validation. Rate limiting on auth endpoints. Sessions table addition to schema. Depends on: #4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#9
No description provided.