Skip to content

add support for ES[256|384|512|256K] algos

We need ES256 support since that is what our provider returns to us. In addition, that's a recommended+ algo according to the spec. https://github.com/nov/json-jwt/blob/master/lib/json/jws.rb already supports it. I have modified my code in production to use ES256, and it works. I have added the other algorithms, without being able to test them, but based on the nov/json-jwt project it should be supported.

Merge request reports