Today, we are releasing a preview of ASP.NET Identity. The main focus in this release was to add support for two-factor authentication and fix bugs. We released 2.0.0-alpha1 in December 2013 where we added lots of features. Please read about 2.0.0-alpha1 release here . Download this release You can download ASP.NET Identity from the NuGet gallery. You can install or update to these pre-release packages through NuGet using the NuGet Package Manager Console, like this: Install-Package Microsoft.AspNet.Identity.EntityFramework –Version 2.0.0-beta1 –Pre Install-Package Microsoft.AspNet.Identity.Core -Version 2.0.0-beta1 –Pre Install-Package Microsoft.AspNet.Identity.OWIN -Version 2.0.0-beta1 –Pre Install-Package Microsoft.AspNet.Identity.Samples...(read more)
Go to the complete details ...