Closed tarcieri closed 8 years ago
Adds a middleware which fires a callback for every request which includes the Rack environment and whether or not the request was authorized.
Useful for logging AuthZ status of each request and/or reporting AuthZ failures to e.g. an alerting system.
FYI @thirstscolr @somethingnew2-0 @stouset @markfunk
Adds a middleware which fires a callback for every request which includes the Rack environment and whether or not the request was authorized.
Useful for logging AuthZ status of each request and/or reporting AuthZ failures to e.g. an alerting system.