cisco / node-jose

Apache License 2.0
704 stars 125 forks source link

Support JWS Payload Options #24

Open linuxwolf opened 9 years ago

linuxwolf commented 9 years ago

Add support for unencoded payloads ("b64" == false).

Signing:

Verifying:

NOTES: 1) Should "crit" be included in all sign outputs?

See https://tools.ietf.org/html/draft-ietf-jose-jws-signing-input-options for all the details.

wingedfox commented 7 years ago

Hi,

Is there a progress with these options?

linuxwolf commented 7 years ago

There is currently no timeline for implementing JWS payload options.

wingedfox commented 7 years ago

Do you have design document for this feature? I'd like to check whether I can help with this.