# Functions
CollectorTokenAuth is a middleware which returns a HTTP 403 response if the provided token header x-iamzero-token does not match a token from the TokerStorer.
Logger is a middleware that logs the start and end of each request, along with some useful data about what was requested, what the response status was, and how long it took to return.
TokenFromContext loads the token from the request context.
Tracing is a middleware which adds the Chi route to the OpenTelemetry span generated for the http.Handler.