Skip to content

Add Cloudflare Worker webhook verification support#268

Open
gracekenn wants to merge 1 commit intodetermined-001:mainfrom
gracekenn:feature/cloudflare-worker-webhook-verification
Open

Add Cloudflare Worker webhook verification support#268
gracekenn wants to merge 1 commit intodetermined-001:mainfrom
gracekenn:feature/cloudflare-worker-webhook-verification

Conversation

@gracekenn
Copy link
Copy Markdown

  • Add verifyWebhookEdge function using Web Crypto API for edge runtime compatibility
  • Create edge.ts with Web Crypto implementation of HMAC-SHA256 verification
  • Update README with Cloudflare Workers section and copy-pastable example
  • Add comprehensive tests for verifyWebhookEdge function
  • Export verifyWebhookEdge from main index.ts

Fixes #129

- Add verifyWebhookEdge function using Web Crypto API for edge runtime compatibility
- Create edge.ts with Web Crypto implementation of HMAC-SHA256 verification
- Update README with Cloudflare Workers section and copy-pastable example
- Add comprehensive tests for verifyWebhookEdge function
- Export verifyWebhookEdge from main index.ts

Resolves determined-001#129
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

@gracekenn is attempting to deploy a commit to the determined's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 29, 2026

@gracekenn Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.23 — Cloudflare Worker receiver example

1 participant