extractors for jwt and user id
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user