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
This commit is contained in:
+3
-1
@@ -12,4 +12,6 @@ __pycache__
|
||||
cmd_chat.egg-info
|
||||
build
|
||||
dist
|
||||
secured_console_chat.egg-info
|
||||
true.txt
|
||||
secured_console_chat.egg-info
|
||||
.pytest_cache/
|
||||
Reference in New Issue
Block a user