This repository contains a basic glossary CRUD Web API implemented in ASP.NET and secured with Auth0.
The following article describes the general implementation details: Permission-Based Security for ASP.NET Web APIs. This Web API is used as the sample application for the article Test Authorization in ASP.NET Core Web APIs With the user-jwts
Tool.
-
Clone the repo with the following command:
git clone https://github.com/auth0-blog/glossary-aspnet-core-webapi
-
Move to the
glossary-aspnet-core-webapi
folder -
Follow the article Test Authorization in ASP.NET Core Web APIs With the
user-jwts
Tool for instructions on how to use the Web API with theuser-jwts
tool.
- .NET SDK ver. 7.0 installed on your machine