Today, we are releasing a preview ASP.NET Identity 2.1.0-alpha1. The main focus in this release was to fix bugs and add SignInManager to make it easier to use security features for login.
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.1.0-alpha1 –Pre Install-Package Microsoft.AspNet.Identity.Core -Version 2.1.0-alpha1 –Pre Install-Package Microsoft.AspNet.Identity.OWIN -Version 2.1.0-alpha1 –Pre The following is a samples only package and should be ...
Go to the complete details ...