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 helper for making EC key from components #358

Closed tomhughes closed 1 month ago

tomhughes commented 1 month ago

This parallels the work done in #307 for EC keys by providing a helper to construct them from their components which is useful when the provider does not publish an x5c version of the key.

prince-chrismc commented 1 month ago

First pass on mobile this looks absolutely stellar 👌 🙌

ItsAMeMarcel commented 1 month ago

I would really appreciate to see this functionality in the main branch 😍

prince-chrismc commented 1 month ago

@tomhughes This is one of the best contributions a maintainer can hope for so it's super appreciated!