{"id":15046695,"url":"https://github.com/auth0/auth0-dotnet-templates","last_synced_at":"2025-04-10T02:19:04.240Z","repository":{"id":166387503,"uuid":"578649176","full_name":"auth0/auth0-dotnet-templates","owner":"auth0","description":"Auth0 Templates for .NET","archived":false,"fork":false,"pushed_at":"2025-02-28T11:14:34.000Z","size":8058,"stargazers_count":67,"open_issues_count":4,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-10T02:18:56.930Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/auth0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"License.txt","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":"2022-12-15T14:55:44.000Z","updated_at":"2025-03-24T14:18:13.000Z","dependencies_parsed_at":"2023-10-04T17:19:09.018Z","dependency_job_id":"a7b4448d-1b77-4db8-b0a0-6dba3bead94e","html_url":"https://github.com/auth0/auth0-dotnet-templates","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-dotnet-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-dotnet-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-dotnet-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-dotnet-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0","download_url":"https://codeload.github.com/auth0/auth0-dotnet-templates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142906,"owners_count":21054672,"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":[],"created_at":"2024-09-24T20:53:23.613Z","updated_at":"2025-04-10T02:19:04.206Z","avatar_url":"https://github.com/auth0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth0 Templates for .NET\nThe Auth0 Templates for .NET package allows you to quickly bootstrap a .NET application secured with Auth0. You can use the Auth0 Templates with the .NET CLI, Visual Studio, and JetBrains Rider.\n\n## Getting started\n\n### Requirements\n\n* An Auth0 account. You can [sign up for a free one](https://auth0.com/signup) right now.\n* .NET Core 7.0 SDK or higher.\n* (Optional, but recommended) [Auth0 CLI](https://github.com/auth0/auth0-cli) version 1.0.1+\n* (Optional) Visual Studio 2022 for Windows (ver. 17.4+)\n* (Optional) Visual Studio 2022 for Mac (ver. 17.5+)\n* (Optional) JetBrains Rider (ver. 2024.1+)\n\n### Installation\n\nYou can install the Auth0 Templates from [NuGet](https://www.nuget.org/packages/Auth0.Templates/) by running the following command in your terminal window:\n\n```bash\ndotnet new install Auth0.Templates\n```\n\nOnce installed, the templates are available in .NET CLI, Visual Studio for Windows, Visual Studio for Mac, and JetBrains Rider.\n\n## Usage\n\nCurrently, the following .NET templates are implemented:\n\n- [Auth0 MVC Application](docs/auth0webapp.md)\n- [Auth0 Web API Application](docs/auth0webapi.md)\n- [Auth0 Blazor Web App](docs/auth0blazor.md)\n- [Auth0 Blazor Server Application](docs/auth0blazorserver.md)\n- [Auth0 Blazor WebAssembly Application](docs/auth0blazorwasm.md)\n- [Auth0 MAUI Application](docs/auth0maui.md)\n\n## Installing from source code\n\nTo work locally with the Auth0 Templates, i.e., using the templates from the source code, follow these steps:\n\n1. Clone this repository\n\n2. Create a local NuGet package by running the following command in the root folder of the project:\n\n   ```bash\n   dotnet pack -o ./output\n   ```\n\n   Your NuGet package will be generated in the `./output/` folder.\n\n3. Install the templates by running the following command:\n\n   ```bash\n   dotnet new -i ./output/Auth0.Templates.*.nupkg\n   ```\n\n\n\n\u003e :information_source: If you have Node.js installed on your machine, you can create and install a local NuGet package by using the following command in the root folder of the project:\n\u003e\n\u003e```bash\n\u003enpm run pack-install\n\u003e```\n\u003e\n\u003e That command also works for updating a currently installed package.\n\n## License\n\nThis project is licensed under the Apache license. See the [License.txt](License.txt) file for more info.\n\n## Feedback\n### Contributing\n\nWe appreciate feedback and contribution to this repo! Before you get started, please see the following:\n\n- [Auth0's general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)\n- [Auth0's code of conduct guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)\n- [This repo's contribution guide](https://github.com/auth0/auth0-dotnet-templates/blob/main/CONTRIBUTING.md)\n\n### Raise an issue\n\nTo provide feedback or report a bug, please [raise an issue on our issue tracker](https://github.com/auth0/auth0-dotnet-templates/issues).\n\n### Vulnerability Reporting\n\nPlease do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png\"   width=\"150\"\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.auth0.com/website/sdks/logos/auth0_dark_mode.png\" width=\"150\"\u003e\n    \u003cimg alt=\"Auth0 Logo\" src=\"https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png\" width=\"150\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eAuth0 is an easy to implement, adaptable authentication and authorization platform.\u003cbr\u003e To learn more check out \u003ca href=\"https://auth0.com/why-auth0\"\u003eWhy Auth0?\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fauth0-dotnet-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauth0%2Fauth0-dotnet-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fauth0-dotnet-templates/lists"}