Expand description
HTTP Basic authentication plugin (basic-auth).
Validates the Authorization: Basic ... header against a static user map
and/or the shared consumer store, and rejects unauthenticated requests with
a 401 challenge so the graph engine routes through the node’s error port.
Structs§
- Basic
Auth Plugin - Authenticates requests using HTTP Basic credentials checked against a configured username/password map and/or the consumer store.
Functions§
- parse_
users 🔒 - Parses the
usersconfig into ausername -> passwordmap, accepting either shape: