Skip to content

@saazip/webhook-core-crypto

Sources: packages/crypto/package.json | packages/crypto/src/index.ts

Signing and verification helpers for outbound webhook payloads.

  • signature creation for outbound deliveries
  • consistent signing helpers that stay separate from endpoint storage
  • you want signing behavior centralized and reusable across runtimes
  • Package name: @saazip/webhook-core-crypto
  • Workspace path: packages/crypto
  • None
  • None
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json