This project was forked from here. It's a login server side strategy. Currently it's authenticating with Auth Service using REST. The project is using Dependency Injection, so if you want to change auth's behaviour, just implement your own class.
git submodule update --init --recursive
Then make a build directory and do a typical CMake build from there:
mkdir build
cd build
cmake ..
make
cpr json jwt-cpp
The only explicit requirement is a C++11 compatible compiler such as clang or gcc. The minimum required version of gcc is unknown, so if anyone has trouble building this library with a specific version of gcc, do let me know.