Thalhammer / jwt-cpp

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

Refactor base64 decoding to use a lookup table #364

Closed ItsAMeMarcel closed 1 week ago

ItsAMeMarcel commented 1 month ago

Resolves #362 - Performance Bottleneck in jwt::decoded_jwt due to Linear Search