AirFlight
AirFlight

Reputation: 103

How to implement Asp Identity in Clean Architecture with Asp net core

is there any code or docs about implement asp identity in clean architecture and how to apply CRUD operation in Application Layer with User Entity that inherit from IdentityUser in Domain Layer I implement Asp identity in Domain Layer any ideas ?? I forget to mention that I use CQRS in Application layer

Upvotes: 9

Views: 8806

Answers (1)

Skrface
Skrface

Reputation: 1422

Here is a nice article provinding a lot of information on how to implement a clean architecture using DDD TDD and Identity.

Hope it covers your needs.

Upvotes: 6

Related Questions