Month: June 2018

ASP.NET Core Identity Series – Deep dive in Authorization

Authorization in ASP.NET Core is the process that determines whether a user can or cannot access a specific resource. It’s not part of the ASP.NET Core Identity library but can be tightly connected to its underline structures such as Claims… Read More ›