extractors for jwt and user id

This commit is contained in:
2024-12-10 14:48:03 -08:00
parent ef722fe0d8
commit 0ecd7c8a4c
11 changed files with 168 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ sqlx = { version = "0.8.2", features = [
"macros",
"uuid",
] }
uuid = "1.11.0"
uuid = { version = "1.4.1", features = ["serde", "v4"] }
chrono = "0.4.39"
dotenv = "0.15.0"
argon2 = "0.5.3"