Glossary
HMAC (Hash-based Message Authentication Code)
A cryptographic mechanism that combines a hash function with a secret key to verify the integrity and authenticity of a message. HMAC is used to sign webhooks, validate JWTs, and protect API communications. It is the recommended standard for verifying that a request has not been tampered with in transit.