From e367c698e03c41c292c3dd5c07bad0a870c3ebc4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 18:11:14 +0900 Subject: feat(client): add API client with auth header support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements fetch wrapper that handles JWT authentication, automatic token refresh on 401 responses, and provides typed methods for REST operations. Includes comprehensive tests. 🤖 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 fde652d..720639e 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -48,7 +48,7 @@ Smaller features first to enable early MVP validation. ### Frontend Foundation - [x] Initialize React + Vite - [x] Setup routing -- [ ] API client (fetch wrapper with auth headers) +- [x] API client (fetch wrapper with auth headers) - [ ] Auth store (token management) ### Auth Pages -- cgit v1.2.3-70-g09d2