This project provides a simple NGINX-based proxy that sits in front of your services and requires basic authentication before allowing access. It's designed to be minimal, configurable, and easy to ...
The "Basic" Hypertext Transfer Protocol (HTTP) authentication scheme, transmits credentials as user-id/password pairs, encoded using Base64. The server will gather the credentials from the base64 ...