One of the most fundamental needs of every application is security. This chapter discusses some of the built-in features of ASP.NET Core that can help you verify the identity of your application’s users and ensure that their data is protected.
10-1. Creating an ASP.NET Core Web Site That Uses ASP.NET Identity Core for Authentication and Authorization
Problem
You are building a consumer-facing ASP.NET Core application that will be deployed to the Web. You have requirements for user registration that will capture the username and password as well as some demographic ...