Skip to content

Releases: decentralized-identity/did-jwt

v4.0.0

03 Jan 14:00
fa1fd12
Compare
Choose a tag to compare

4.0.0 (2020-01-03)

Bug Fixes

  • use iat if nbf is not defined (cf18447)

Features

  • require resolver to be passed as a parameter to verifyJWT (#57) (0cbca7f)
  • Set iat timestamp by default instead of nbf (#43) (5bef728)

BREAKING CHANGES

  • verifyJWT now requires the user to provide a did-resolver. This allows the user to configure their own resolver instead of being limited to default ethr-did and https-did resolvers
  • expiresIn option passed to createJWT now calculates exp from nbf instead of iat.

v3.0.0

06 Sep 18:39
9a75576
Compare
Choose a tag to compare

3.0.0 (2019-09-06)

chore

BREAKING CHANGES

  • verifyJWT now requires the user to provide a did-resolver. This allows the user to configure their own resolver instead of being limited to default ethr-did and https-did resolvers

v2.0.0

28 Aug 18:12
Compare
Choose a tag to compare

2.0.0 (2019-08-28)

Features

BREAKING CHANGES

  • expiresIn option passed to createJWT now calculates exp from nbf instead of iat.

v1.0.0

26 Aug 15:05
Compare
Choose a tag to compare

1.0.0 (2019-08-26)

Features

  • Set iat timestamp by default instead of nbf (#43) (b650ab0)
  • verifyJWT against nbf if present but use iat if not (#45) (b56ac64)

BREAKING CHANGES

  • expiresIn option passed to createJWT now calculates exp from nbf instead of iat.

Version 0.2.0

19 Jun 19:48
Compare
Choose a tag to compare
  • Upgraded to typescript
  • Removed dependencies that use global Buffer to avoid issues when using did-jwt in react-native

Version 0.1.3

15 Apr 21:02
Compare
Choose a tag to compare
  • Upgrade uport-lite to 1.0.5

Version 0.1.2

10 Apr 18:41
Compare
Choose a tag to compare
  • Upgraded uport-did-resolver to 0.0.6