Info
Version: | 2.3.0 |
Author(s): | Microsoft |
Last Update: | Tuesday, January 14, 2025 |
.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.