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

added convenience function for no base64 der to pem #283

Closed dennisyakovlev closed 1 year ago

dennisyakovlev commented 1 year ago

I think a helper function for der to pem cert if original is not base64 encoded would nice.