From f655585cc81ab4af5d27cebb1fa9390e93e0a4bf Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 18:55:57 +0900 Subject: feat(client): add protected route handling with login redirect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/dev/roadmap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3-70-g09d2