feat(auth): JWT AuthService and Argon2 PasswordHasher
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user