Basic authentication
Require a username and password (HTTP Basic) to reach the route.
| Type | basicAuth |
| Category | Access |
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
users | username/password pairs | yes | — | One or more username/password pairs. Secret — encrypted at rest, never returned by the API. |
realm | text | no | Restricted | Shown by the browser's auth prompt. |
forwardUsername | true/false | no | — | Forward 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".