jwt / ruby-jwt

A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
http://ruby-jwt.org
MIT License
3.6k stars 377 forks source link

Support for Unencoded Payload Option (RFC 7797) #309

Open idigber opened 5 years ago

idigber commented 5 years ago

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

excpt commented 5 years ago

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

wout commented 4 years ago

Any progress on this one?

WriterZephos commented 1 year ago

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

WriterZephos commented 1 year ago

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 commented 1 year ago

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

@idigber @excpt @wout

abiagini commented 7 months ago

Hi guys, this feature is intended to be reviewed?