jwt-cpp 0.7.0

dotnet add package jwt-cpp --version 0.7.0
NuGet\Install-Package jwt-cpp -Version 0.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jwt-cpp" Version="0.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jwt-cpp --version 0.7.0
#r "nuget: jwt-cpp, 0.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jwt-cpp as a Cake Addin
#addin nuget:?package=jwt-cpp&version=0.7.0

// Install jwt-cpp as a Cake Tool
#tool nuget:?package=jwt-cpp&version=0.7.0

JWT++ is a header only library for creating and validating JSON Web Tokens in C++11. This library supports all the algorithms defined by the JWT specifications, and the modular design allows to easily add additional algorithms without any problems. In the name of flexibility and extensibility, jwt-cpp supports OpenSSL, LibreSSL, and wolfSSL. And there is no hard dependency on a JSON library.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.7.0 1,011 12/10/2023
0.6.0-nuget.3 329 10/19/2022
0.6.0-nuget.2 182 10/19/2022
0.6.0-nuget.1 182 10/19/2022
0.6.0-nuget.0 162 10/2/2022
0.6.0-dev0.1 148 10/12/2022

Supporting OpenSSL 3.0.0, WolfSSL, Hunter CMake, Boost.JSON, JWKs, ES256K.