aaccenture

Results 1 comments of aaccenture

Try this: ```js const verifier = jose.JWS.createVerify(null, { allowEmbeddedKey: true }); verifier.verify(input); ``` After reading the source code, the option must be injected as the 2nd param.