{"id":22694904,"url":"https://github.com/aguafrommars/templates","last_synced_at":"2025-04-13T01:24:16.039Z","repository":{"id":37879068,"uuid":"320577679","full_name":"Aguafrommars/Templates","owner":"Aguafrommars","description":"TheIdServer dotnet new template","archived":false,"fork":false,"pushed_at":"2024-05-23T02:33:52.000Z","size":1730,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-23T03:33:46.972Z","etag":null,"topics":["authentication","dotnet-new","duende-identityserver","iam","identity","identityserver4","oauth","oidc","security","templates","theidserver"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aguafrommars.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-11T13:11:54.000Z","updated_at":"2024-05-23T03:33:49.183Z","dependencies_parsed_at":"2023-12-23T03:21:35.782Z","dependency_job_id":"bbc22c8f-7653-4e88-9c06-b8642c59875d","html_url":"https://github.com/Aguafrommars/Templates","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FTemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FTemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FTemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FTemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aguafrommars","download_url":"https://codeload.github.com/Aguafrommars/Templates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228996036,"owners_count":18003633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","dotnet-new","duende-identityserver","iam","identity","identityserver4","oauth","oidc","security","templates","theidserver"],"created_at":"2024-12-10T03:10:14.091Z","updated_at":"2024-12-10T03:10:14.692Z","avatar_url":"https://github.com/Aguafrommars.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Templates\ndotnet new templates\n\nCreate a [TheIdServer](https://github.com/Aguafrommars/TheIdServer) solutions with [`dotnet new`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new) cli tool.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/27ytaa2e2pymg129?svg=true)](https://ci.appveyor.com/project/aguacongas/templates)\n\nNuget packages\n--------------\n|TheIdServer.Duende.Template|\n|:------:|\n|[![][TheIdServer.Duende.Template-badge]][TheIdServer.Duende.Template-nuget]|[![][TheIdServer.IS4.Template-badge]][TheIdServer.IS4.Template-nuget]|\n|[![][TheIdServer.Duende.Template-downloadbadge]][TheIdServer.Duende.Template-nuget]|\n\n[TheIdServer.Duende.Template-badge]: https://img.shields.io/nuget/v/TheIdServer.Duende.Template.svg\n[TheIdServer.Duende.Template-downloadbadge]: https://img.shields.io/nuget/dt/TheIdServer.Duende.Template.svg\n[TheIdServer.Duende.Template-nuget]: https://www.nuget.org/packages/TheIdServer.Duende.Template/\n\n## Install\n\nTo install the template to create a solution using Duende IdentityServer:\n```bash\ndotnet new -i TheIdServer.Duende.Template\n```\n\n## Use\n\n```bash\n\u003e dotnet new tisduende -o TheIdServer\nThe template \"TheIdServer.Duende\" was created successfully.\n\nProcessing post-creation actions...\nRunning 'dotnet restore' on TheIdServer\\TheIdServer.sln...\n  Determining projects to restore...\n  Restored C:\\Projects\\Perso\\Templates\\artifacts\\TheIdServer\\test\\WebAssembly.Net.Http\\WebAssembly.Net.Http.csproj (in 114 ms).\n  Restored C:\\Projects\\Perso\\Templates\\artifacts\\TheIdServer\\src\\TheIdServer.BlazorApp\\TheIdServer.BlazorApp.csproj (in 916 ms).\n  Restored C:\\Projects\\Perso\\Templates\\artifacts\\TheIdServer\\test\\Microsoft.AspNetCore.Components.Testing\\Microsoft.AspNetCore.Components.Testing.csproj (in 1.08 sec).\n  Restored C:\\Projects\\Perso\\Templates\\artifacts\\TheIdServer\\src\\TheIdServer\\TheIdServer.csproj (in 2.03 sec).\n  Restored C:\\Projects\\Perso\\Templates\\artifacts\\TheIdServer\\test\\TheIdServer.Test\\TheIdServer.Test.csproj (in 2.04 sec).\n  Restored C:\\Projects\\Perso\\Templates\\artifacts\\TheIdServer\\test\\TheIdServer.IntegrationTest\\TheIdServer.IntegrationTest.csproj (in 2.04 sec).\nRestore succeeded.\n```\n\nThe above commande create a Visual Studio solution in *TheIdServer* subfolder using Duende IdentityServer. \n\n\u003e For a commercial use you need to [acquire a license](https://duendesoftware.com/products/identityserver#pricing)\n\n```cs\nTheIdServer\n├─── src\n|    ├─── TheIdServer // Server project\n|    └─── TheIdServer.BlazorApp // Blazor application project\n└─── test\n     ├─── Microsoft.AspNetCore.Components.Testing // Components testing utilities\n     ├─── TheIdServer.IntegrationTest // Server integration tests\n     ├─── TheIdServer.Test // Server tests\n     └─── WebAssembly.Net.Http // WASM test utilities\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguafrommars%2Ftemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faguafrommars%2Ftemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguafrommars%2Ftemplates/lists"}