<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bondify Blog</title>
    <link>https://bondify.dev/blog</link>
    <description>Engineering notes on messenger authentication, stateless proofs, webhooks and shipping auth without SMS.</description>
    <language>en</language>
    <atom:link href="https://bondify.dev/blog/rss.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Stop polling: handling Bondify webhooks correctly the first time</title>
      <link>https://bondify.dev/blog/handling-webhooks-correctly</link>
      <guid isPermaLink="true">https://bondify.dev/blog/handling-webhooks-correctly</guid>
      <description>How signed webhook delivery works, the four mistakes that break signature verification, and how to make your handler idempotent against retries.</description>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
      <author>Bondify Team</author>
      <category>webhooks</category>
      <category>backend</category>
      <category>guide</category>
    </item>
    <item>
      <title>Stateless auth without a database round-trip: how Bondify&apos;s proof model works</title>
      <link>https://bondify.dev/blog/stateless-auth-proof-model</link>
      <guid isPermaLink="true">https://bondify.dev/blog/stateless-auth-proof-model</guid>
      <description>A technical deep-dive into the signed JWT proof that lets your backend verify a Telegram login locally, with no network call back to Bondify.</description>
      <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
      <author>Bondify Team</author>
      <category>architecture</category>
      <category>security</category>
      <category>jwt</category>
    </item>
    <item>
      <title>What SMS OTP actually costs you, beyond the Twilio invoice</title>
      <link>https://bondify.dev/blog/sms-otp-real-cost</link>
      <guid isPermaLink="true">https://bondify.dev/blog/sms-otp-real-cost</guid>
      <description>A breakdown of where SMS-based login bleeds money and users — and what changes when you switch the first step of signup to a messenger tap.</description>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <author>Bondify Team</author>
      <category>product</category>
      <category>growth</category>
      <category>comparison</category>
    </item>
  </channel>
</rss>