ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. 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 at: https://github.com/aspnet/Identity/tree/1b8b581aaefdef09f5200bbaf7b3bf35f989933d
dotnet add package Microsoft.AspNetCore.Identity --version 2.2.0-preview1-35029
Install-Package Microsoft.AspNetCore.Identity -Version 2.2.0-preview1-35029
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Identity.Core | [2.2.0-preview1-35029, ) |
| Microsoft.AspNetCore.Authentication.Cookies | [2.2.0-preview1-35029, ) |
| Microsoft.AspNetCore.Cryptography.KeyDerivation | [2.2.0-preview1-35029, ) |
| Microsoft.AspNetCore.Hosting.Abstractions | [2.2.0-preview1-35029, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2018-08-22 16:07:33 |
| 项目主页 | https://asp.net/ |
| 许可证 | https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt |