aspnetcore: the ASPNetCore original API template project is missing the 'Store user accounts in-app' Authentication
the ASP Net Core 3 preview 6 original API template project in Visual Studio 2019 Community 16.1.3 is missing the ‘Store user accounts in-app’ authentication option for Individual User Accounts.
Just open visual studio and start creating a new ASP Core API project with Individual User Accounts authentication
There is will be only one option and that is Connect to an existing user store in the cloud
Screenshots

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 5
- Comments: 20 (8 by maintainers)
Just spent 30+ minutes trying to figure out why none of the Identity scaffolding was appearing in a new project (created from the UI) and came to find this thread – and now I’m disappointed that anything would ship in this state.
the sad thing is no one cared enough to check on it since .net core released @imukai @blowdart