Published onJune 7, 2023We Had an Outage in the US regionNewsWe had an outage in the US region on Tuesday the 6th of June.
Published onApril 20, 2023Receiving webhooks with Supabase Edge FunctionsWebhooksSupabaseTutorialTutorial on how to create a Supabase Edge Function to receive webhooks and verify their signatures.
Published onApril 11, 2023Why mTLS is Not Recommended for Webhook AuthenticationSecurityTechnicalWebhooksmTLS is not an ideal solution for webhook authentication because of its complexity, compatibility issues, and scalability concerns.
Published onApril 4, 2023Spotting and Avoiding Heap Fragmentation in Rust ApplicationsTechnicalRustOne of our Rust services started to show an odd memory profile. This is the story of how we investigated the issue.
Published onMarch 24, 2023Securely Verifying Signature HashesSecurityTechnicalWebhooksVerifying webhooks signatures requires constant time comparisons and why Svix offers verification libs.