DavidParks8 / Owin-Authorization

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

Support injecting custom authorization handlers #32

Closed DavidParks8 closed 8 years ago

DavidParks8 commented 8 years ago

Right now there is no obvious support for multiple authorization handlers. The purpose of this ticket is to make it easier for external developers to integrate their own handlers.

Requires:

DavidParks8 commented 8 years ago

The Additional handlers mechanism should be removed in favor of good old dependency injection.