# Functions
Middleware enables basic authentication.
# Variables
ErrAuthFail is returned when the client fails basic authentication.
ErrNoCreds is returned when no basic auth credentials are defined.
# Type aliases
Authorizer is used to authenticate the basic auth username/password.