matthewrenze / clean-architecture-demo

A sample app for my online course "Clean Architecture: Patterns, Practices, and Principles" in .NET Framework 4.8
BSD 3-Clause "New" or "Revised" License
1.03k stars 483 forks source link

Security #4

Closed edgarvalcarcel closed 4 years ago

edgarvalcarcel commented 6 years ago

Hi Mathew. I have a Issue, what is best way to do a Security Implementation(user, login, Authorization, etc) in this Architecture? I had tried to implement OWIN inside, but is Hard, because on all, requires access to Database context from presentation layer, and others issues. How do you recomended implements a security middleware or other?

matthewrenze commented 4 years ago

[Note: A duplicate of this question was answered in Pluralsight's discussion forum.]