Skip to content

Commit 0574154

Browse files
committed
Drop new template
1 parent d910210 commit 0574154

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/content/docs/identityserver/overview/packaging.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ Duende IdentityServer Quickstart UI (UI assets only) duende-is-ui
6363
Duende IdentityServer with ASP.NET Core Identity duende-is-aspid [C#] Web/Duende/IdentityServer
6464
Duende IdentityServer with Entity Framework Stores duende-is-ef [C#] Web/Duende/IdentityServer
6565
Duende IdentityServer with In-Memory Stores and Test Users duende-is-inmem [C#] Web/Duende/IdentityServer
66-
Duende IdentityServer duende-is [C#] Web/Duende/IdentityServer
6766
```
6867

6968
## Template Descriptions
@@ -234,26 +233,6 @@ The template targets SQLite by default, but we have included scripts to easily s
234233

235234
[Read more about the Entity Framework Core setup here.](/identityserver/data/ef)
236235

237-
### Duende IdentityServer Quick Start
238-
239-
The quick start template is our most feature-rich offering and a great starting point for developers who want a simple yet effective UI/UX experience.
240-
241-
```bash
242-
dotnet new duende-is
243-
```
244-
245-
The template is built on the Entity Framework Core template but provides an administrative UI for managing clients, scopes, and claims against a database storage engine. It also has a diagnostics dashboard showing system information, including the licensing tier and features currently used in your IdentityServer deployment.
246-
247-
#### Third-party Dependencies
248-
249-
This template includes several third-party dependencies:
250-
251-
- [Serilog](https://serilog.net/)
252-
- [Bootstrap 5](https://getbootstrap.com)
253-
- [Bootstrap 5 tags](https://github.com/lekoala/bootstrap5-tags)
254-
- [JQuery](https://jquery.org)
255-
- [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core/)
256-
257236
### Duende IdentityServer with ASP.NET Core Identity
258237

259238
The **Duende IdentityServer with ASP.NET Core Identity** template integrates with ASP.NET Identity to

0 commit comments

Comments
 (0)