Info
Version: | 2.2.0 |
Author(s): | Microsoft |
Last Update: | Monday, December 3, 2018 |
.NET Fiddle: | Online Example |
Project Url: | https://asp.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNetCore.Identity |
Install
Install-Package Microsoft.AspNetCore.Identity
dotnet add package Microsoft.AspNetCore.Identity
paket add Microsoft.AspNetCore.Identity
Microsoft.AspNetCore.Identity Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Identity.Core(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.AspNetCore.Cryptography.KeyDerivation(>= 2.2.0)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
Tags
ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
This package was built from the source code at https://github.com/aspnet/Identity/tree/99f352a92f98af1059c87de07556719f1a22ce39.