DavidParks8 / Owin-Authorization

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

There are too many factories #49

Closed DavidParks8 closed 8 years ago

DavidParks8 commented 8 years ago

The mechanism for dependency injection is way over complicated. It could be simplified to just a dependency object that is overridable. That way, one could use a simple DI framework to return whatever objects one wants.