fetch_ml/cli/src
Jeremie Fraeys 83ba2f3415 Fix multi-user authentication and WebSocket issues
- Fix CLI WebSocket port (9101 vs 9103) in both status and authenticateUser
- Add researcher_user and analyst_user to server config with proper permissions
- Fix API key hashes for all users (complete 64-char SHA256)
- Enable IP whitelist with localhost and private network ranges
- Fix memory leaks in WebSocket handshake (proper key cleanup)
- Fix binary character display in server responses
- All authentication tests now pass: admin, researcher, analyst

Status: Multi-user authentication fully functional
2025-12-06 13:38:08 -05:00
..
assets feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
commands Fix multi-user authentication and WebSocket issues 2025-12-06 13:38:08 -05:00
net Fix multi-user authentication and WebSocket issues 2025-12-06 13:38:08 -05:00
utils Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
config.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
errors.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
main.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00