AspNetCore.Authentication.ApiToken is an authentication component for ASP.NET Core, following the design specification of ASP.NET Core authentication framework. It is mainly used in the WebApi project ...
This document is meant as a work in progress from which to update the official documentation. If anything is unclear, or doesn't work, please open an issue. A commonly expressed scenario is a desire ...
Eric Vogel's articles on authentication (here and here) in ASP.NET Core show what you have to do in order to authenticate a user against a local database. At the end of that process, you're ready to ...