From 742c3e55b08b37d0eb031f72a6d952bc7b7164b3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 3 Dec 2025 05:34:44 +0900 Subject: feat(auth): add login endpoint with JWT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement POST /api/auth/login endpoint that validates credentials and returns a JWT access token on successful authentication. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .env.example | 1 + 1 file changed, 1 insertion(+) (limited to '.env.example') diff --git a/.env.example b/.env.example index 9308f86..90ff45a 100644 --- a/.env.example +++ b/.env.example @@ -2,3 +2,4 @@ POSTGRES_USER=kioku POSTGRES_PASSWORD=kioku POSTGRES_DB=kioku DATABASE_URL=postgresql://kioku:kioku@kioku-db:5432/kioku +JWT_SECRET=your-secret-key-here -- cgit v1.2.3-70-g09d2