JWT's for login and signup

This commit is contained in:
2024-12-10 04:37:14 -08:00
parent c013f6bad8
commit 58b9923eb9
6 changed files with 62 additions and 11 deletions

View File

@@ -24,3 +24,6 @@ uuid = "1.11.0"
chrono = "0.4.39"
dotenv = "0.15.0"
argon2 = "0.5.3"
jwt = "0.16.0"
hmac = "0.12.1"
sha2 = "0.10.8"