Skip to content

Releases: decentralized-identity/did-jwt

6.4.0

12 Aug 14:30
Compare
Choose a tag to compare

6.4.0 (2022-08-12)

Features

  • add JWT verification policies to override timestamp checking (#241) (2934f4c)

6.3.0

07 Aug 02:27
Compare
Choose a tag to compare

6.3.0 (2022-08-07)

Features

6.2.2

02 Aug 22:59
Compare
Choose a tag to compare

6.2.2 (2022-08-02)

Bug Fixes

  • deps: Update dependency did-resolver to v4 (f4276b5)

6.2.1

21 Jul 11:31
Compare
Choose a tag to compare

6.2.1 (2022-07-21)

Bug Fixes

6.2.0

24 Jun 14:02
Compare
Choose a tag to compare

6.2.0 (2022-06-24)

Features

  • add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods (#235) (60987e0)

6.1.2

06 Jun 11:05
Compare
Choose a tag to compare

6.1.2 (2022-06-06)

Bug Fixes

  • ES256K-R verification with checksumAddress in eip155 blockchainAccountId (#232) (dcbd0b9), closes #231

6.1.1

06 Jun 08:23
Compare
Choose a tag to compare

6.1.1 (2022-06-06)

Bug Fixes

  • ci: groom the build scripts and dependencies (#230) (34e943d)

6.1.0

17 May 04:19
Compare
Choose a tag to compare

6.1.0 (2022-05-17)

Features

6.0.0

04 Apr 09:31
Compare
Choose a tag to compare

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.

5.12.4

27 Jan 22:53
Compare
Choose a tag to compare

5.12.4 (2022-01-27)

Bug Fixes