You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 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.
To work locally with the Auth0 Templates, i.e., using the templates from the source code, follow these steps:
Clone this repository
Create a local NuGet package by running the following command in the root folder of the project:
dotnet pack -o ./output
Your NuGet package will be generated in the ./output/ folder.
Install the templates by running the following command:
dotnet new -i ./output/Auth0.Templates.*.nupkg
ℹ️ 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:
npm run pack-install
That command also works for updating a currently installed package.
License
This project is licensed under the Apache license. See the License.txt file for more info.
Feedback
Contributing
We appreciate feedback and contribution to this repo! Before you get started, please see the following:
Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more check out Why Auth0?