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?