Crates.io | gotham_middleware_headerauth |
lib.rs | gotham_middleware_headerauth |
version | 0.1.0 |
source | src |
created_at | 2022-10-07 05:54:43.435037 |
updated_at | 2022-10-07 05:54:43.435037 |
description | A basic middleware for using request header data from upstream reverse proxies as authentication sources in gotham Web services. |
homepage | |
repository | https://github.com/swalkernov/gotham_middleware_headerauth.git |
max_upload_size | |
id | 682170 |
size | 25,123 |
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.