nov / json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
MIT License
299 stars 81 forks source link

Support for Unencoded Payload Option (RFC 7797)? #88

Closed wout closed 3 years ago

wout commented 4 years ago

Does this gem support for JWS Unencoded Payload Option (RFC 7797) for signature calculation? I'm struggling to find a ruby implementation for this specification.

nov commented 3 years ago

No, this gem doesn't support such pattern.