Switch auth password hashing to Argon2id

This commit is contained in:
Jage9
2026-02-25 00:22:08 -05:00
parent e7d3b41782
commit a63e7027cd
3 changed files with 161 additions and 56 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
description = "Chat Grid signaling server"
requires-python = ">=3.11"
dependencies = [
"argon2-cffi>=23.1.0",
"pydantic>=2.10.4",
"websockets>=15.0",
]