argon encrypted register endpoint

This commit is contained in:
2025-09-23 03:43:28 +02:00
parent 007071cf12
commit 30061f6988
5 changed files with 247 additions and 68 deletions

View File

@@ -20,5 +20,13 @@ jsonwebtoken = "9.3.1"
dotenvy = "0.15.7"
chrono = "0.4.42"
anyhow = "1.0.100"
argon2 = {version = "0.5.3"}
rand_core = {version = "0.6.4", features = ["getrandom"]}