Skip to content

Add webhook signature verification#49

Merged
teesofttech merged 1 commit into
release/v0.4.0from
feature/45-webhook-signature
Jun 14, 2026
Merged

Add webhook signature verification#49
teesofttech merged 1 commit into
release/v0.4.0from
feature/45-webhook-signature

Conversation

@teesofttech

Copy link
Copy Markdown
Owner

Summary

Adds webhook signature verification support for #45.

Changes

  • Adds TermiiWebhookSignature.Verify(...) for HMAC SHA512 verification.
  • Supports raw byte payloads and UTF-8 string payloads.
  • Accepts plain hex signatures and sha512= prefixed signatures.
  • Rejects missing, malformed, invalid, and altered-payload signatures.
  • Updates webhook README guidance and API coverage.

Validation

  • dotnet test

Closes #45.

Copilot AI review requested due to automatic review settings June 14, 2026 08:26
@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0ab18ffc-7bf5-459d-9a38-84a93bbe04bd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/45-webhook-signature

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@teesofttech
teesofttech merged commit 8113e67 into release/v0.4.0 Jun 14, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants