[fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token checking

This commit is contained in:
Alex Auvolat
2024-02-29 10:57:07 +01:00
parent 10031a3a91
commit eaac4924ef
5 changed files with 105 additions and 18 deletions
+1
View File
@@ -21,6 +21,7 @@ garage_net.workspace = true
garage_util.workspace = true
garage_rpc.workspace = true
argon2.workspace = true
async-trait.workspace = true
base64.workspace = true
bytes.workspace = true