Basic Authentication & Authorization for .Net Core Web Api
• ASP.NET Identity • JWT • Role & Claim Based Authorization • User Registration • Email For Account Confirmation using Token
It can be used by adding to any existing or new .net core web api project if authentication and authorization required.
Open Source