How to activate authentication type - separate user accounts for web APIs in .NET Core when creating a new Web APi service

Why is it impossible to create a web API project with an authorization type of individual user accounts?

+4
source share
1 answer

See the following: Creating Secure Web APIs Using the ASP.NET Kernel

In a recent comment, Dan Roth claims that support for individual accounts in the ASP.NET core web API template is not yet available.

0
source

All Articles