1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

implement auth parsing/verifying inside a gotham middleware

This commit is contained in:
msrd0 2020-01-22 16:53:02 +00:00
parent c025cbd8ea
commit 088774fc50
9 changed files with 721 additions and 49 deletions

View file

@ -17,7 +17,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
fake = "2.2"
gotham = "0.4"
gotham_derive = "0.4"
gotham_restful = { version = "0.0.1", features = ["openapi"] }
gotham_restful = { version = "0.0.1", features = ["auth", "openapi"] }
hyper = "0.12"
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }