Skip to content

Commit

Permalink
feat: Allow supplying signer/verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jan 13, 2023
1 parent b010d7a commit 625ea6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class SphereonJsonWebSignature2020 extends SphereonLdSignature {
type: this.getSupportedVerificationType(),
controller: controller,
publicKeyJwk,
}, {signer: () => signer})
}, {signer})

// verificationKey.signer = () => signer

Expand Down

0 comments on commit 625ea6f

Please sign in to comment.