2017-09-28 UTC
# dlehn I think that spec needs a bit of clarification, which I noticed as I was adding support to jsonld-signatures lib. idea is to use JWS signature format. in particular, using the compact representation with detached content. so you get
{b64header}..{b64sig}
. omit the payload since in this case you can recreate it from the document and other signature options