node-jose
                                
                                 node-jose copied to clipboard
                                
                                    node-jose copied to clipboard
                            
                            
                            
                        Support JWS Payload Options
Add support for unencoded payloads ("b64" == false).
Signing:
- add ability to set the encoding for the payload ("base64url" | "unencoded" | "detached")
- provide a manner to obtain the payload if detached (sanity check)
Verifying:
- add argument for (optional) payload to verify
NOTES:
- 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.
Hi,
Is there a progress with these options?
There is currently no timeline for implementing JWS payload options.
Do you have design document for this feature? I'd like to check whether I can help with this.