nbarbettini / little-aspnetcore-book

The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
http://littleasp.net/book
Creative Commons Attribution 4.0 International
701 stars 190 forks source link

Step elaboration, typo fixes and using statements reorganization #71

Open TrapperHell opened 6 years ago

TrapperHell commented 6 years ago
TrapperHell commented 5 years ago

I wasn't thinking of including the switch to IdentityUser as part of the pull-request, but seeing that there were no comments on this PR, I thought I'd go ahead with it. Well, as it is, ApplicationUser does not exist as an in-built class of authentication in .NET core. And since there was no description about creating an ApplicationUser class (and no need for it), I thought I'd switch to something that works.