Avalari
Where to store passwords and ApiKeys for production ASP.NET
https://learn.microsoft.com/en-us/azure/key-vault/general/basic-concepts
https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html
etc.
24 replies
✅ [DDD] Reference IdentityUser in Domain model class
I tried making a User surrogate class but on DB creation a separate "User" table is created instead of using the default IdentityUser table.
I also tried using a IUser interface in the Domain:
and then in the Persistance:
but EF does not let this go because:
am I missing something here?
6 replies