Skip to content

v1.4.0

Choose a tag to compare

@dickhardt dickhardt released this 15 Apr 18:41

@hellocoop/httpsig v1.4.0

New Features

  • Browser support: Accept CryptoKey handle for signing via signingCryptoKey option when JWK has no private key material
  • generateKeyPair() utility: Generate Ed25519 or ES256 key pairs with configurable extractable option
  • Browser-safe base64: Replaced Node.js Buffer with btoa/atob for full browser compatibility

Backwards Compatible

Existing code passing a private JWK works exactly as before.