Add basic JWT authentication for app API

This commit is contained in:
Philip (a-0) 2024-01-05 20:43:47 +01:00
parent 7ad2ed8ff1
commit 3825263fa3
14 changed files with 289 additions and 40 deletions

View file

@ -7,7 +7,9 @@ edition = "2021"
anyhow = "1.0.71"
async-trait = "0.1.73"
axum = { version = "0.7.2", features = [ "macros" ] }
chrono = "0.4.31"
itertools = "0.12.0"
jsonwebtoken = "9.2.0"
serde = { version = "1.0.166", features = [ "derive" ] }
serde_json = "1.0.99"
serde_with = "3.3.0"