ruby-jwt icon indicating copy to clipboard operation
ruby-jwt copied to clipboard

Support for Unencoded Payload Option (RFC 7797)

Open idigber opened this issue 6 years ago • 6 comments

Is there support for JWS Unencoded Payload Option (RFC 7797) for signature calculation using this library? More details can be found here: https://tools.ietf.org/html/rfc7797

idigber avatar May 06 '19 07:05 idigber

@idigber This feature is not supported yet. I will keep this open and mark it as a feature request.

excpt avatar Jun 01 '19 23:06 excpt

Any progress on this one?

wout avatar Aug 06 '20 19:08 wout

We really need this feature. Please add it as soon as you can. Thank you!

WriterZephos avatar May 04 '23 17:05 WriterZephos

I wouldn't mind taking a swing at this one, actually, but I am not super confident I know what I am doing. I will start digging into the gem code though and see what I can do.

WriterZephos avatar May 04 '23 18:05 WriterZephos

Okay I got something up: https://github.com/jwt/ruby-jwt/pull/561

@idigber @excpt @wout

WriterZephos avatar May 05 '23 01:05 WriterZephos

Hi guys, this feature is intended to be reviewed?

abiagini avatar Mar 22 '24 13:03 abiagini