A simple project to serve as an example of how to implement an JWT filter on Drogon framework.
{ "email": "0rangeFox@domain.pt", "password": "0rangeFoxIsCool", "remember": true }
Bearer <Token>
Everything you need to setup this example is here! Just follow what is written there and then you can come back here.
git clone https://github.com/0rangeFox/Drogon-JWT-Filter-example.git
cd Drogon-JWT-Filter-example
git submodule update --init
cd libraries/drogon/
git submodule update --init
cd ../../
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make && sudo make install
Make an copy of config.json inside to build folder, and make your necessary changes and start the program.