Blazor Server Project #12: Installing ASP.NET Core Identity
An initial guide to security: installing Identity and adding its database to the existing project
Table of Contents
- Introduction
- Downloading and Opening the BookApp Project
- Creating the BookDB Database
- Installing ASP.NET Core Identity
(a) Checking installed packages
(b) Installing Core Identity
(c) Creating the IdentityHostingStartup.cshtml file
(d) Core…