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.
<PackageVersion Include="jwt-cpp" Version="0.7.0" />
                    
Directory.Packages.props
<PackageReference Include="jwt-cpp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=jwt-cpp&version=0.7.0
                    
Install jwt-cpp as a Cake Addin
#tool nuget:?package=jwt-cpp&version=0.7.0
                    
Install jwt-cpp as a Cake Tool

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,891 12/10/2023
0.6.0-nuget.3 401 10/19/2022
0.6.0-nuget.2 217 10/19/2022
0.6.0-nuget.1 216 10/19/2022
0.6.0-nuget.0 196 10/2/2022
0.6.0-dev0.1 176 10/12/2022

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