Hi I'm starting a project using DDD.
I would like to use Asp.Net Identity for user authentication but IdentityUser this very coupled to Asp.net and a domain model object should not have dependencies.
This is leading me to think that authentication may be a different BoundedContext that is not implemented using DDD.
I would like to know if anyone has been in the same situation and what options you think I can have.
thanks