multica/apps
Naiyuan Qing ae86bba599 feat(web): add client-side auth with session storage and route protection
- Add lib/auth.ts for cookie-based session storage
- Add AuthGuard component for route protection
- Update request.ts to include sid in Authorization header
- Update login-form.tsx to save session and redirect if authenticated
- Wrap ChatPage with AuthGuard

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 14:31:02 +08:00
..
cli fix(cli): use @multica/core imports instead of relative paths 2026-02-10 18:23:32 +08:00
desktop feat(desktop): improve login page and add auth toasts 2026-02-13 14:19:53 +08:00
gateway feat(gateway): handle send_file action in Telegram service 2026-02-13 01:37:41 +08:00
mobile refactor: migrate from Hugeicons to Lucide icons 2026-02-12 10:12:56 +08:00
server refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
web feat(web): add client-side auth with session storage and route protection 2026-02-13 14:31:02 +08:00