Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
855 stars 233 forks source link

:outbox_tray: Use nlohmann_json tar release #259

Closed Thalhammer closed 1 year ago

Thalhammer commented 1 year ago

This avoids downloading the whole git repository and restricts the download to the pieces that are actually important, saving time and traffic.