How to use jwt tokens with C++

Luke Mauldin 1 Reputation point
2021-02-10T15:29:59.633+00:00

I have a C++ application running on Windows 10 and I need to be able to create and decode JWT tokens. Are there any built-in winrt APIs that I can use to create and decode JWT tokens or do I need to use an external library like: https://github.com/Thalhammer/jwt-cpp or https://github.com/arun11299/cpp-jwt I would prefer to use a Windows API if possible because the other jwt libraries generally depend on openssl and I would prefer not to add that dependency to my project.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,637 questions
{count} votes