You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project!
But how do you decouple dependency on Microsoft.AspNet.Identity.* if your domain models are in a separate assembly, which is used by many projects?
I would not want to have MyCompany.Domain assembly having to depend on Microsoft.AspNet.Identity.*
We will have a doc showing you how to do it by this week. This doc will show you how you can migrate from sql membership as well which is done by using your own domain models
Hi
Great project!
But how do you decouple dependency on Microsoft.AspNet.Identity.* if your domain models are in a separate assembly, which is used by many projects?
I would not want to have MyCompany.Domain assembly having to depend on Microsoft.AspNet.Identity.*
For more details, please see:
http://stackoverflow.com/questions/18727317/decoupling-microsoft-aspnet-identity
The text was updated successfully, but these errors were encountered: