From 3923eb2f86c304bbd90c4eae9a338f7bc21c9e90 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 18:30:04 +0900 Subject: feat(client): add auth store with React context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements token management via AuthProvider context that wraps the app. Provides useAuth hook for components to access auth state and actions (login, register, logout). 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') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 720639e..dc13a2d 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -49,7 +49,7 @@ Smaller features first to enable early MVP validation. - [x] Initialize React + Vite - [x] Setup routing - [x] API client (fetch wrapper with auth headers) -- [ ] Auth store (token management) +- [x] Auth store (token management) ### Auth Pages - [ ] Register page -- cgit v1.2.3-70-g09d2