Compare payload's hmac signature for forgejo

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-07-10 13:19:04 +02:00
commit 1301275788
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
3 changed files with 63 additions and 8 deletions

View file

@ -22,6 +22,9 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
toml = "0.8"
xmpp = "0.5"
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"
[patch.crates-io]
forgejo-hooks = { path = "forgejo-hooks" }