decentralized-identity / did-jwt

Create and verify DID verifiable JWT's in Javascript
Apache License 2.0
333 stars 71 forks source link

Add es256 signer alg, comes after Remove Recoverable Parameter from ES256Signer (PR #247) #248

Closed bshambaugh closed 2 years ago

bshambaugh commented 2 years ago

This PR should be accepted after https://github.com/decentralized-identity/did-jwt/pull/247 . It adds ES256 to SignerAlgorithm.ts and SignerAlgorithm.test.ts

uport-automation-bot commented 2 years ago

:tada: This PR is included in version 6.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

bshambaugh commented 2 years ago

Looks good. Thanks for contributing this!

Do you also plan to add a verifier alg?

Yes. This code is in the process of being tested.