Today, we are releasing the final version of ASP.NET Identity 2.0. The main focus in this release was to add security and account management features as well as address feedback from the community. Download this release You can download ASP.NET Identity from the NuGet gallery. You can install or update to these packages through NuGet using the NuGet Package Manager Console, like this: Install-Package Microsoft.AspNet.Identity.EntityFramework –Version 2.0.0 Install-Package Microsoft.AspNet.Identity.Core -Version 2.0.0 Install-Package Microsoft.AspNet.Identity.OWIN -Version 2.0.0 Install-Package Microsoft.AspNet.Identity.Samples -Version 2.0.0-beta2 –Pre What’s in this release? Following is the list of features and major issues that were fixed...(read more)
Go to the complete details ...