feat(core): add signature to outgoing webhooks (#1249)

This commit is contained in:
Shankar Singh C
2023-05-29 16:15:17 +05:30
committed by GitHub
parent b9ec38a1b5
commit 3534caca68
3 changed files with 42 additions and 7 deletions

View File

@ -63,6 +63,7 @@ pub mod headers {
pub const X_CC_VERSION: &str = "X-CC-Version";
pub const X_ACCEPT_VERSION: &str = "X-Accept-Version";
pub const X_DATE: &str = "X-Date";
pub const X_WEBHOOK_SIGNATURE: &str = "X-Webhook-Signature";
}
pub mod pii {