How to extend ASP.NET Core Identity user

ASP.NET Core Identity has a default implementation that you can easily extend to provide your needs, like add a first name and a last name to the users (we will not create new tables here).

30/10/2016
  • ASP.NET Core
  • Identity