Revision 5cbe3556606803942a670d4608f9c6a29a081c3e
Committed on 02/01/2026 12:09 pm by
mirai <mirai.lucky.dev@gmail.com> [GitHub Diff]
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