ASP.NET Tips How to Use More Than One Authentication Schemes in ASP.NET Core Web Api June 6, 2023 Javier Huthon Although it is rare, there are a few special cases where using multiple authentication schemes in a project is necessary. One of them is a
ASP.NET Tips How to Implement Authentication Using ASP.NET Core Identity February 18, 2022February 18, 2022 Javier Huthon What is ASP.NET Core Identity? ASP.NET Core Identity is an API that supports user interface (UI) login functionality and manages users, passwords, profile data, roles,