Subhosting API protection
Is there a way to setup custom auth via some header for example for all subhosting routes? I.e. Deno will throw an error is Authorization!=="foo"?
=====!==if (request.headers.get("Authorization") !== "foo") {
// Throw an error or handle unauthorized access
}