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 --- docs/dev/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/roadmap.md') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index bce7a54..da81475 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -28,7 +28,7 @@ ### Authentication - [x] User registration endpoint -- [ ] Login endpoint (JWT) +- [x] Login endpoint (JWT) - [ ] Refresh token endpoint - [ ] Auth middleware - [ ] Add tests -- cgit v1.2.3-70-g09d2