Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(middleware): use constant-time compare on hmac signature (#47)
A small fix to use a constant-time comparison on the HMAC signatures for the webhook payloads. Using the constant-time compare will help defend against timing attacks.
- Loading branch information