Thalhammer / jwt-cpp

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

Add helpers to some crypto APIs that vary by version #256

Closed prince-chrismc closed 1 year ago

prince-chrismc commented 1 year ago

the idea here is to dry up the code since there was a bunch of duplication

prince-chrismc commented 1 year ago

I like it, saves 20 lines + there are 7 fewer #ifdef in the code which is check my goal