Skip to content

Support for multiple signature #9

@mod

Description

@mod

Hello!

I am wondering if you looked into
https://tools.ietf.org/html/rfc7515#section-7.2.1

it says:

   signatures
      The "signatures" member value MUST be an array of JSON objects.
      Each object represents a signature or MAC over the JWS Payload and
      the JWS Protected Header.

Signature are an array and we need this feature.
@potatosalad Did you knew about it, do you think we can support it on JOSE?

I could try to make a pull request but it will have significant impact on the code,
I am thinking to support verify with multi-signatures,
If the signature is an array we should verify all the signatures.

But maybe I am missing something and you have already a plan for this usage?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions