Showing results for Identity UI - .NET Blog

Mar 2, 2018
Post comments count8
Post likes count0

ASP.NET Core 2.1.0-preview1: Introducing Identity UI as a library

Daniel Roth
Daniel Roth

ASP.NET Core has historically provided project templates with code for setting up ASP.NET Core Identity, which enables support for identity related features like user registration, login, account management, etc. While ASP.NET Core Identity handles the hard work of dealing with passwords, two-factor authentication, account confirmation, and other h...

ASP.NETASP.NET Core