| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-06 | feat(dev): change architecture and directory structure | nsfisis | |
| 2025-12-04 | feat(auth): add user registration endpoint | nsfisis | |
| Implement POST /api/auth/register endpoint with: - Argon2 password hashing - Zod validation for username (1-255 chars) and password (8-255 chars) - Duplicate username check (returns 409 Conflict) - Returns created user with id, username, and createdAt 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
