Base solution for your next web application
Open Closed

Why Domain/Core depends on the asp.net identity ? #647


User avatar
0
roscez created

Why in project Domain (Core) depends on the asp.net identity?

How separate asp.net identity in domain model ?:


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Abp.Zero depends on Microsoft.AspNet.Identity.Core nuget package. Microsoft.AspNet.Identity.Core is the DOMAIN layer of the Identity framework. It's reasonable to have a dependency to a domain from another domain. Because Abp.Zero extends Microsoft.AspNet.Identity.Core, it is very hard to abstract it and actually there is no need for it.