MVC 5 IoC and Authentication

前端 未结 4 972
借酒劲吻你
借酒劲吻你 2020-12-24 09:46

I am just about to start on a project, where I will be using MVC5. But as I want to use IoC and later reuse my user tables, and add custom stuff to it, I am finding it very

4条回答
  •  一生所求
    2020-12-24 09:58

    You might be interested to get a look at Thinktecture.IdentityServer.v2 https://github.com/thinktecture/Thinktecture.IdentityServer.v2. Many of your concerns are already implemented and encapsulated. If you don't find what you need you'll have to think about how to abstract all these concerns and implement it on your own.

提交回复
热议问题