All Projects → auth0-blog → glossary-web-api-aspnet-core

auth0-blog / glossary-web-api-aspnet-core

Licence: MIT license
No description, website, or topics provided.

Programming Languages

C#
18002 projects

This repository contains a basic glossary Web API implemented in ASP.NET Core 3.0 and secured with Auth0.

The following article describes the implementation details: Building and Securing Web APIs with ASP.NET Core 3.0

To run this:

  1. Clone the repo: git clone https://github.com/auth0-blog/glossary-web-api-aspnet-core.git
  2. Move to the glossary folder
  3. Add Auth0 credentials to the appsettings.json configuration file.
  4. Type dotnet run in a terminal window to launch the Web API.
  5. Point your browser to https://localhost:5001/api/glossary to get the list of all glossary terms and ensure that the application is working.

Requirements:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].