0rangeFox / Drogon-JWT-Filter-example

A simple project to serve as an example of how to implement an JWT filter on Drogon framework.
MIT License
25 stars 3 forks source link

Drogon JWT Filter example

A simple project to serve as an example of how to implement an JWT filter on Drogon framework.


Endpoints

Build:

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

Execute:

Make an copy of config.json inside to build folder, and make your necessary changes and start the program.

Frequently Asked Questions (FAQ)