json web tokens (auth)

This commit is contained in:
2025-06-08 19:48:27 +02:00
parent 016940a45c
commit 4f03cde9b5
7 changed files with 255 additions and 12 deletions

View File

@@ -14,3 +14,4 @@ validify = "2.0.0"
axum_typed_multipart = "0.16.2"
serde_json = "1.0.140"
chrono = { version = "0.4.41", features = ["serde"] }
jsonwebtoken = "9.3.1"