✅ I need help with Aspnetcore Identity in clean architecture
What the correct was to integrate identity with clean architecture? As I understand I shouldn't extend domain user model from identityuser. Should I have separate dbcontexts to manage domain users and identity user? I need user + roles + permissions to secure my app