gotham_middleware_headerauth 0.1.0

A basic middleware for using request header data from upstream reverse proxies as authentication sources in gotham Web services.
Documentation
1
2
3
4
This is a simple convenience middleware for extracting authentication information
when a Gotham framework web service (https://gotham.rs) is sitting behind a separate
service (e.g., reverse proxy like Apache) where the separate service performs
authentication and populates authentication information into request headers.