| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-30 | feat(security): add rate limiting and CORS middleware | nsfisis | |
| - Add rate limiting to login endpoint (5 requests/minute per IP) - Configure CORS middleware with environment-based origin control - Expose rate limit headers in CORS for client visibility - Update hono to 4.11.3 for rate limiter peer dependency 🤖 Generated with [Claude Code](https://claude.ai/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 API client with auth header support | nsfisis | |
| Implements fetch wrapper that handles JWT authentication, automatic token refresh on 401 responses, and provides typed methods for REST operations. Includes comprehensive tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-12-06 | feat(dev): change architecture and directory structure | nsfisis | |
