Add basic JWT authentication for app API
This commit is contained in:
parent
7ad2ed8ff1
commit
3825263fa3
14 changed files with 289 additions and 40 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue