Tim Rudat
Tim Rudat
> Im wondering if this method will ever return anything else than `true` and in all the other cases raise an exception? > > You example could be just without...
@idigber This feature is not supported yet. I will keep this open and mark it as a feature request.
@msxavi I am aware of that problem. IMHO: Rewinding it would cause more trouble. Is it possible to test your code against the latest 2.1.0 release of ruby-jwt? This string...
@msxavi Any updates on this issue?
@msxavi Is this still an issue? Did an update of json work for your use-case?
Hi @fabn, I could reproduce the issue. It looks like `x` and `y` cannot be read or be processed by OpenSSL. I need to take a deeper dive into that...
Thanks for detailed feedback and the code samples. This will help finding the exact reason for that behavior on ec key import and export.
I'd welcome that change. In my head it would look like this. Example pseudo code: This code should raise an error because the 'HS256' algorithm is not in the allowed...
Can you check out the current master branch and test again, please? PR #484 applies a fix.
> I have a feeling that the more strict base64 decoding is an issue. I'll take a look at this. I think the same. @collimarco Do you use base64 with...