DavidParks8 / Owin-Authorization

Backport of Asp.Net core's policy based authorization to Asp.Net 4
Other
60 stars 16 forks source link

MVC Context in Handler #63

Closed lavignep007 closed 4 years ago

lavignep007 commented 5 years ago

This adds the filterContext or actionContext for MVC and WebApi respectively as a resource in the handler when using ResourceAuthorize.

DavidParks8 commented 5 years ago

Sorry for the delay. I'll give this my full attention and help get this merged.

DavidParks8 commented 5 years ago

/AzurePipelines run

imaxoi commented 5 years ago

Great feature, thanks for the effort you put in it!