| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-31 | refactor(client): use Hono InferResponseType for API response types | nsfisis | |
| Replace manually defined AuthResponse and User types with Hono's InferResponseType to automatically derive types from server definitions. This ensures client types stay in sync with server responses. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2025-12-07 | feat(client): remove registration page | nsfisis | |
| 2025-12-06 | feat(client): add auth store with React context | nsfisis | |
| 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> | |||
