security Hardening the security of your Asp.Net Core apps I recently had to go through a third party penetration testing process. This is something you will eventually have to do as part of you development lifecycle if you have a customer who
aspnetcore Create Your Own Authorization Requirements In ASP.NET Core ASP.NET Core provides a clean and simple model to express the application authorization rules in code: the Policy-based authorization model. This one is based on the following object model structure: Requirement: provides
aspnetcore How To Migrate Your Authentication Middleware To ASP.NET Core 2.0? Did you give ASP.NET Core 2.0 a try? If no, you should :) because there are a lot of cool stuff there! There are also several breaking changes, especially on the security