Marek Klein

Results 4 comments of Marek Klein

This is still just a draft, there is much to do regarding error handling (currently I just lazily throw `std::runtime_error` all over the place) but I would be happy to...

@Thalhammer > One of jwt-cpp's strengths has been that its trivial to add custom algorithms and this has indeed been used in academics to research new ones. > The jwks...

@Thalhammer @prince-chrismc what is your take on loading keys from JWK? I [experimented with it a bit](https://github.com/kleinmrk/jwt-cpp/blob/support-loading-jwk-from-json/tests/JwkTest.cpp#L50-L54) and I can also contribute a minimal working feature but it feels like...

@Thalhammer > Another thing worth considering might be some sort of "keychain" concept. What about baking "keychain" directly into the `verifier` class? The `verifier` class already supports a similar concept...