jwt-cpp icon indicating copy to clipboard operation
jwt-cpp copied to clipboard

A C++ library for handling JWT tokens

Results 13 jwt-cpp issues
Sort by recently updated
recently updated
newest added

How can we integrate this with yocto? Where is the` .bb` recipe for this?

Hey! I have made certain change into Readme file pls don't reject it Thank You Have a Nice Day.

obj/Debug64/testcase/main.o: In function `RS256Validator::RS256Validator(std::string const&)': /home/chess/build/gmake/../../3rds/jwt-cpp/include/jwt/rsavalidator.h:67: undefined reference to `RSAValidator::RSAValidator(std::string const&, evp_md_st const*, std::string const&)' collect2: error: ld returned 1 exit status make[1]: *** [../../bin/testcase_debug] Error 1 make: *** [testcase]...

hi. It succeeded in installing and succeeded in obtaining lib and include files. However, when I try to use lib in a new project file, the following error appears. plz...

Would it be possible to also release this under the Boost Software License? Some employers only allow the BSL (Boost license).

SET(OPENSSL_LIBRARIES "libcrypto libssl") changes to SET(OPENSSL_LIBRARIES libcrypto libssl) will fix this problem

As I known in linux,so file default all the function or class ,but windows dll file not.

Currently the JWT cmake file uses different ways to find OpenSSL on each platform. This makes the cmake file more complicated than necessary. Even worse is that the standard way...

Hello, Do you know about [Conan](https://github.com/conan-io/conan)? [Conan](http://docs.conan.io/en/latest/) is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers. [Here](https://github.com/bincrafters/conan-templates)...

It can't even be empty :/ Solution can be: `set(OPENSSL_LIBRARIES "cant_be_empty_but_only_read_by_mac")`