欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

第4章 打包和构建

程序员文章站 2022-04-09 08:29:40
IdentityServer由许多nuget包组成。 4.1 IdentityServer4 "nuget" | "github" 上 包含核心IdentityServer对象模型,服务和中间件。仅包含对内存配置和用户存储的支持 但您可以通过配置插入对其他存储的支持。这是其他仓库和程序包相关的内容。 ......

identityserver由许多nuget包组成。

4.1 identityserver4

nuget | github

包含核心identityserver对象模型,服务和中间件。仅包含对内存配置和用户存储的支持 - 但您可以通过配置插入对其他存储的支持。这是其他仓库和程序包相关的内容。

4.2 quickstart ui

github

包含一个简单的入门ui,包括登录,注销和授权确认页面。

4.3 access token validation handler

nuget | github

用于验证api中令牌的asp.net core身份验证处理程序。处理程序允许在同一api中支持jwt和引用令牌。

4.4 asp.net core identity

nuget | github

identityserver的asp.net core identity集成包。此包提供了一个简单的配置api,可以为identityserver用户使用asp.net identity管理库。

4.5 entityframework core

nuget | github

identityserver 的 entityframework core 仓储实现。此包为identityserver中的配置和操作存储提供entityframework实现。

4.6 dev builds

此外,我们将开发/临时构建发布到myget。可以添加以下程序包源到你的 visual studio 中:

https://www.myget.org/f/identity/

github地址