fetch_ml/configs
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
..
deprecated Organize configs and scripts, create testing protocol 2025-12-06 13:08:15 -05:00
environments Fix multi-user authentication and WebSocket issues 2025-12-06 13:38:08 -05:00
examples feat: add comprehensive configuration and deployment infrastructure 2025-12-04 16:54:02 -05:00
schema Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
workers Organize configs and scripts, create testing protocol 2025-12-06 13:08:15 -05:00
config-local.toml feat: add comprehensive configuration and deployment infrastructure 2025-12-04 16:54:02 -05:00
config-multi-user.yaml Organize configs and scripts, create testing protocol 2025-12-06 13:08:15 -05:00