Scaffold Your Clean DDD Web Application - Part 2: Authentication and Identity
- Posted in:
- Scaffold Clean DDD Web App
- ASP.NET Core
- C#
- Visual Studio
- Angular
In this entry, we’ll start to add in more structural elements, namely the authentication components of the UI and Identity Model classes in our Web API. Fortunately, ASP.NET Core and Visual Studio do a lot of this work for us via scaffolding tools. Our main concern is to take this auto-generated code, modify it where needed, and move it into the appropriate layers of our Clean Architecture solution, namely the Infrastructure and Presentation layers.
[...Read More]