How to plug my Autofac container into ASP. NET Identity 2.1
I’m starting from an out-of-the-box MVC5 installation and using AutoFac as an IoC container. It sounds like I am trying to acheive a similar goal as you, so let me explain what I’ve done. As a disclaimer, I am fairly new to using IoC and to Identity. I believe the IOwinContext is unnecessary in a … Read more