hack-house/tests
mirai 5cbe355660 feat: add SRP authentication, improve security
- Replace RSA key exchange with SRP (Secure Remote Password)
- Password never transmitted over network
- Add unit tests for endpoints
- Fix datetime.UTC compatibility for Python < 3.11
- Fix logger.exception usage
- Update README with new auth flow diagram
2026-01-02 23:09:00 +03:00
..
conftest.py feat: add SRP authentication, improve security 2026-01-02 23:09:00 +03:00
test_health.py feat: add SRP authentication, improve security 2026-01-02 23:09:00 +03:00
test_srp.py feat: add SRP authentication, improve security 2026-01-02 23:09:00 +03:00
test_websocket.py feat: add SRP authentication, improve security 2026-01-02 23:09:00 +03:00