Files
markbase/Cargo.toml
Warren 6e3de0169e feat: implement authentication system
- Add auth.rs module with session management
- Implement login/logout/verify API endpoints
- Add authentication middleware
- Protect /api/v2/tree endpoint
- Default demo user (username: demo, password: demo123)
- Token-based auth with 24-hour expiration
- bcrypt password hashing
2026-05-16 17:54:32 +08:00

812 B