Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.43 KB

File metadata and controls

39 lines (29 loc) · 1.43 KB
title Packaging and Builds
date 2020-09-10 08:22:12 +0200
weight 40

Product

The licensed and supported libraries can be accessed via Nuget:

UI

Duende IdentityServer does not contain any UI, because this is always custom to the project. We still provide you with the IdentityServer Quickstart UI as a starting point for your modifications.

Templates

Contains templates for the dotnet CLI.

You can install the templates using the following command:

dotnet new -i Duende.Templates

{{% notice note %}} You may have a previous version of Duende templates (Duende.IdentityServer.Templates) installed on your machine. Please uninstall the template package and install the latest version. {{% /notice %}}

Source Code

You can find the Duende IdentityServer source code on GitHub.