Skip to main content

Basic authentication

Require a username and password (HTTP Basic) to reach the route.

TypebasicAuth
CategoryAccess

Fields

FieldTypeRequiredDefaultDescription
usersusername/password pairsyesOne or more username/password pairs. Secret — encrypted at rest, never returned by the API.
realmtextnoRestrictedShown by the browser's auth prompt.
forwardUsernametrue/falsenoForward username to backend.
Secret fields

Fields marked secret are encrypted at rest and never returned by the API. Editing the middleware leaves a stored secret in place unless you type a new value — an empty box means "keep what is stored", not "clear it".