Friday, March 19, 2021

eShopPractice step3

 

Login, Identity

Install-Package Microsoft.AspNetCore.Identity.EntityFrameworkCore
Install-Package Microsoft.AspNetCore.Identity.UI
  • ApplicationCore/Constants/AuthorizationConstants.cs
  • Infrastructure/Identity/ApplicationUser.cs
  • Infrastructure/Identity/AppIdentityDbContext.cs
  • BlazorShared/Authorization/Constants.cs
  • Infrastructure/Identity/AppIdentityDbContextSeed.cs
  • Startup.cs
  • Program.cs
  • Areas/Identity/Pages/_ViewImports.cshtml
  • Areas/Identity/Pages/_ViewStart.cshtml
  • Areas/Identity/Pages/Account/Login.cshtml.cs
  • Areas/Identity/Pages/Account/Login.cshtml
  • Pages/Shared/LoginPartial.cshtml


No comments:

Post a Comment