What's Changed
- [feat] Support AsyncSignerProtocol for holderPrivateKey and update tests for async signing by @phisakel in #43
Breaking changes
- In SDJWTIssuer functions issue, both presentation functions, createSDJWT and, createKeyBondedSDJWT are now marked as async; and will need to be preceeded with await when called.
- In SignedSDJWT keyBondedSDJWT is now marked as async; and will need to be preceeded with await when called.
New Contributors
Full Changelog: v0.3.2...v0.4.0