aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 18:55:57 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 18:55:57 +0900
commitf655585cc81ab4af5d27cebb1fa9390e93e0a4bf (patch)
treea7e6bbcb9816f85ec8dff7a8c6a8ac5dbcb7c395 /docs/dev
parent516e26f5ca72f2db724fd68584663c0732c77f77 (diff)
downloadkioku-f655585cc81ab4af5d27cebb1fa9390e93e0a4bf.tar.gz
kioku-f655585cc81ab4af5d27cebb1fa9390e93e0a4bf.tar.zst
kioku-f655585cc81ab4af5d27cebb1fa9390e93e0a4bf.zip
feat(client): add protected route handling with login redirect
Unauthenticated users accessing protected pages (like HomePage) are now redirected to the login page. Includes ProtectedRoute component with loading state support. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/roadmap.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index dc13a2d..fd1bbec 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -52,10 +52,10 @@ Smaller features first to enable early MVP validation.
- [x] Auth store (token management)
### Auth Pages
-- [ ] Register page
-- [ ] Login page
-- [ ] Protected route handling (redirect to login)
-- [ ] Add tests
+- [x] Register page
+- [x] Login page
+- [x] Protected route handling (redirect to login)
+- [x] Add tests
**✅ Milestone**: Users can log in from the browser