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

Support for Base64url with case insensitive padding #219

Closed prince-chrismc closed 1 year ago

prince-chrismc commented 2 years ago

resolve #205

prince-chrismc commented 1 year ago

@Thalhammer When you have a chance, I'd love a second set of eyes to double check my logic 🙏

Thalhammer commented 1 year ago

Looks good to me ;)