Releases: decentralized-identity/did-jwt
Releases · decentralized-identity/did-jwt
6.4.0
6.4.0 (2022-08-12)
Features
- add JWT verification policies to override timestamp checking (#241) (2934f4c)
6.3.0
6.3.0 (2022-08-07)
Features
6.2.2
6.2.2 (2022-08-02)
Bug Fixes
- deps: Update dependency did-resolver to v4 (f4276b5)
6.2.1
6.2.1 (2022-07-21)
Bug Fixes
6.2.0
6.2.0 (2022-06-24)
Features
- add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods (#235) (60987e0)
6.1.2
6.1.2 (2022-06-06)
Bug Fixes
- ES256K-R verification with checksumAddress in eip155 blockchainAccountId (#232) (dcbd0b9), closes #231
6.1.1
6.1.1 (2022-06-06)
Bug Fixes
- ci: groom the build scripts and dependencies (#230) (34e943d)
6.1.0
6.1.0 (2022-05-17)
Features
6.0.0
6.0.0 (2022-04-04)
Bug Fixes
- remove parseKey, change ES256K and Ed25519 signers to Uint8Array only (#224) (9132caf), closes #222
BREAKING CHANGES
- The Signer classes exported by this library no longer accept private keys with string encodings, only
Uint8Array
. This reduces the potential ambiguity between different formats. Some utility methods are exported that allow users to convert some popular encodings to raw Uint8Array
.