Files
Huxley 3eeb9f6d26 Implement JWT authentication and app passkey support
- Add JWT token generation and validation
- Implement bcrypt password hashing
- Create auth service with register/login/refresh/logout
- Add app passkey generation and management
- Implement protected routes and auth middleware
- Add comprehensive tests for new functionality
2026-04-29 11:50:09 +08:00
..

Docs

File Content
architecture.md Module layout, package boundaries
decisions.md Technical decisions (ADR)
roadmap.md Feature progress and status
development.md Build, test, debug workflow