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/44f00013cd4c97872347a30e7370c4cd2e0b432d
dotnet add package Microsoft.AspNetCore.Identity --version 2.2.0-preview3-35497
Install-Package Microsoft.AspNetCore.Identity -Version 2.2.0-preview3-35497
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Identity.Core | [2.2.0-preview3-35497, ) |
| Microsoft.AspNetCore.Authentication.Cookies | [2.2.0-preview3-35497, ) |
| Microsoft.AspNetCore.Cryptography.KeyDerivation | [2.2.0-preview3-35497, ) |
| Microsoft.AspNetCore.Hosting.Abstractions | [2.2.0-preview3-35497, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2018-10-17 15:17:32 |
| 项目主页 | https://asp.net/ |
| 许可证 | https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt |