Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Why the user account store in visual studio template not attached to the web api?

$
0
0

when you make a new asp.net core web api project in visual studio the authentication section is disabled. if you make a new asp.net mvc app with "individual user accounts" options the account management functions ( registration , password reset ... etc) is wired to the web pages.

APIs need authentication too,no? so why i can't use the ready made authentication system for my new API project?


Viewing all articles
Browse latest Browse all 9386

Trending Articles