elmah-mvc icon indicating copy to clipboard operation
elmah-mvc copied to clipboard

Override authorization logic

Open RudeySH opened this issue 7 years ago • 0 comments

I would like to be able to override the authorization logic with my own. In other words, allow me to programmatically provide an Action<bool> or Func<HttpRequest, bool> that determines if the user is authorized to see ELMAH.

I need this because I would like to check if a specific cookie is set to a specific value. (Developer Cookie)

RudeySH avatar May 22 '17 08:05 RudeySH