Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@starkfire starkfire released this 21 Jul 03:43
· 30 commits to main since this release
c438aaf
  • generateSecret now supports KeyObject returns (d18a089). This ensures seamless compatibility with JWT libraries such as jsonwebtoken, which accepts keys in form of KeyObject for signing and verifying tokens.
  • extractable as an argument to generateSecret and generateKeyPair is no longer supported. Instead, users can pass an options object with extractable as a property (true by default) (d18a089) (73a208b).