aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 18:30:04 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 18:30:04 +0900
commit3923eb2f86c304bbd90c4eae9a338f7bc21c9e90 (patch)
treeafa2a4053cc91eb8379e26a08538cfd58c1479bc /docs/dev/roadmap.md
parente367c698e03c41c292c3dd5c07bad0a870c3ebc4 (diff)
downloadkioku-3923eb2f86c304bbd90c4eae9a338f7bc21c9e90.tar.gz
kioku-3923eb2f86c304bbd90c4eae9a338f7bc21c9e90.tar.zst
kioku-3923eb2f86c304bbd90c4eae9a338f7bc21c9e90.zip
feat(client): add auth store with React context
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 <noreply@anthropic.com>
Diffstat (limited to 'docs/dev/roadmap.md')
-rw-r--r--docs/dev/roadmap.md2
1 files changed, 1 insertions, 1 deletions
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