Duende.Templates 1.0.0

Prefix Reserved
dotnet new install Duende.Templates::1.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Duende.Templates.IdentityServer

.NET CLI Templates for Duende IdentityServer

dotnet new is-empty

Creates a minimal Duende IdentityServer project without a UI.

dotnet new is-inmem

Adds a basic Duende IdentityServer with UI, test users and sample clients and resources.

dotnet new is-asp-id

Adds a basic Duende IdentityServer that uses ASP.NET Identity for user management. If you automatically seed the database, you will get two users: alice and bob - both with password Pass123$. Check the SeedData.cs file.

dotnet new is-ef

Adds a basic Duende IdentityServer that uses Entity Framework for configuration and state management. If you seed the database, you get a couple of basic client and resource registrations, check the SeedData.cs file.

Installation

Install with:

dotnet new install Duende.Templates.IdentityServer

If you need to set back your dotnet new list to "factory defaults", use this command:

dotnet new --debug:reinit

If you find that this doesn't work, remove the entries from the file %userprofile%/.templateengine/packages.json

To uninstall the templates, use

dotnet new uninstall Duende.Templates.IdentityServer

  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 724 19 days ago