feat(auth): JWT AuthService and Argon2 PasswordHasher

This commit is contained in:
2026-05-14 03:47:08 +02:00
parent 69608cfc75
commit 2b428b2b0a
2 changed files with 118 additions and 0 deletions

View File

@@ -10,5 +10,7 @@ thiserror = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
tokio = { workspace = true }
serde = { workspace = true }
jsonwebtoken = "9"
argon2 = "0.5"
rand = "0.8"