h3
h3 copied to clipboard
feat: add withBasicAuth utility for authentication
Resolves #551
This change adds a new utility withBasicAuth. By passing this function an event handler and username/password pair it will return a wrapped event handler which applies basic authentication before calling the inner handler.