Skip to content

v1.0.0

Compare
Choose a tag to compare
@uport-automation-bot uport-automation-bot released this 26 Aug 15:05
· 476 commits to master since this release

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.