Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple signature #9

Open
mod opened this issue Mar 17, 2018 · 1 comment
Open

Support for multiple signature #9

mod opened this issue Mar 17, 2018 · 1 comment

Comments

@mod
Copy link

mod commented Mar 17, 2018

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?

@potatosalad
Copy link
Owner

@mod The multiple signature support is still fairly lacking. I would like to add support for them at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants