Member Junction
    Preparing search index...
    • Computes the Vonage signed-request signature (uppercased hex HMAC-SHA256) over the sorted params. Exported so tests construct a known-good vector and the live router can sign/verify without duplicating the concat rule. The sig param is excluded from the signed set.

      Parameters

      • signatureSecret: string

        The Vonage signature secret (HMAC key).

      • params: Record<string, string>

        The webhook params.

      Returns string

      The uppercased hex HMAC-SHA256 signature.