jwtcpp icon indicating copy to clipboard operation
jwtcpp copied to clipboard

JSON Web Token C++ lib

Results 6 jwtcpp issues
Sort by recently updated
recently updated
newest added

I'm getting the following error when trying to run `make` after installing dependencies: ``` rm -f *.exe* *.o jwtcpp tests *.bak *~ g++ -o jwtcpp jwt.cpp utils.cpp -ljansson -lcryptopp -lpthread...

jwt.cpp: In function ‘jwtcpp::JWT\* jwtcpp::parse(const string&)’: jwt.cpp:41:16: error: unused variable ‘pos’ [-Werror=unused-variable] size_t pos; ^

Hi, Firstly, thank you for your JWT implementation in C++. ``` git clone https://github.com/almet/jwtcpp cd jwtcpp ``` The rule "**install**" not exist in the Makefile. ``` make install make: ***...

not able to validate the signature ,please help me how to use it . I am passing the public key as const string , but it failing with the **#...

This project should have a license file so developers can know whether they can use this without infringing on the original author's rights.