mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 14:57:01 +00:00
implement auth parsing/verifying inside a gotham middleware
This commit is contained in:
parent
c025cbd8ea
commit
088774fc50
9 changed files with 721 additions and 49 deletions
|
@ -25,5 +25,6 @@ syn = { version = "1.0.13", features = ["extra-traits", "full"] }
|
|||
|
||||
[features]
|
||||
default = []
|
||||
auth = []
|
||||
database = []
|
||||
openapi = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue