Giter Club home page Giter Club logo

auth0-dotnet-templates's Introduction

Auth0 Templates for .NET

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 and Visual Studio.

Getting started

Requirements

  • An Auth0 account. You can sign up for a free one right now.
  • .NET Core 7.0 SDK or higher.
  • (Optional) Visual Studio 2022 for Windows (ver. 17.4+)
  • (Optional) Visual Studio 2022 for Mac (ver. 17.5+)

Installation

You can install the Auth0 Templates from NuGet by running the following command in your terminal window:

dotnet new install Auth0.Templates::2.0.1

Once installed, the templates are available in .NET CLI, Visual Studio for Windows, and Visual Studio for Mac.

Usage

Currently, the following .NET templates are implemented:

Installing from source code

To work locally with the Auth0 Templates, i.e., using the templates from the source code, follow these steps:

  1. Clone this repository

  2. Create a local NuGet package by running the following command in the root folder of the project:

    dotnet pack

    Your NuGet package will be generated in the ./bin/Debug/ folder.

  3. Install the templates by running the following command:

    dotnet new -i ./bin/Debug/Auth0.Templates.2.0.1.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:

Raise an issue

To provide feedback or report a bug, please raise an issue on our issue tracker.

Vulnerability Reporting

Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.


Auth0 Logo

Auth0 is an easy to implement, adaptable authentication and authorization platform.
To learn more check out Why Auth0?

auth0-dotnet-templates's People

Contributors

andychiare avatar frederikprijck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.