gotham_middleware_headerauth

Crates.iogotham_middleware_headerauth
lib.rsgotham_middleware_headerauth
version0.1.0
sourcesrc
created_at2022-10-07 05:54:43.435037
updated_at2022-10-07 05:54:43.435037
descriptionA basic middleware for using request header data from upstream reverse proxies as authentication sources in gotham Web services.
homepage
repositoryhttps://github.com/swalkernov/gotham_middleware_headerauth.git
max_upload_size
id682170
size25,123
(swalkernov)

documentation

README

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.

Commit count: 2

cargo fmt