Added jsonwebtoken crate

This commit is contained in:
kdeng00
2025-07-30 17:26:56 -04:00
parent 7947bed574
commit 9a60b84538
2 changed files with 71 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls",
time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] }
thiserror = "1.0"
base64 = "0.21"
jsonwebtoken = { version = "9.3.1" }
josekit = { version = "0.10.1" }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.3.0-devel-f4b71de969-680" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.5.1-devel-1c5de9dc26-111" }