feat(auth): add ApiKeyServiceImpl — moves sha256 hashing out of presentation

This commit is contained in:
2026-05-16 11:03:07 +02:00
parent d3223923e4
commit 0222a168db
3 changed files with 95 additions and 0 deletions

View File

@@ -15,3 +15,5 @@ jsonwebtoken = "9"
argon2 = "0.5"
bcrypt = "0.15"
rand = "0.8"
sha2 = "0.10"
hex = "0.4"