JWTGuard.Template 1.1.0

dotnet new install JWTGuard.Template::1.1.0                
This package contains a .NET Template Package you can call from the shell/command line.

JWT Guard logo JWT Guard

JWT Guard is a free, open source, test suite written in C# for testing the security of JSON Web Token (JWT) implementations. It is designed to be used primarily by developers to test if their ASP.NET Core Web API's are properly validating JWT access tokens.

Installation

JWT Guard is a .NET Test project that can be added to your solution. It is available as a NuGet package which can be installed using the following command:

dotnet new install JWTGuard.Template

Usage

To add JWT Guard to your solution, you can use the following command:

dotnet new jwt-guard --apiProject <relative-path-to-web-api-project>

Or, using the shorthand notation

dotnet new jwt-guard -ap <relative-path-to-web-api-project>

This will add the JWT Guard test project to your solution and configure it to test the specified Web API project. The test project will be added to the solution in its own folder, so you probably want to start the relative path to your Web API project with ../, for example, ../MyApi/MyApi.csproj.

For further documentation, visit https://jwtguard.net

  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 74 1/7/2025
1.0.1 115 11/5/2024
1.0.0 105 10/29/2024