Files
warmbly/site
Matthew Meszaros 780aa48ffd site(warmup): add verification-token anatomy + technical loop detail
- New section: 'Every warmup message carries proof it is real'. Shows
  the actual token format (wbly:ulid:exp:hmac), embeds it as a realistic
  body footer, and shows the receiver's verification pseudocode. Side
  panel lists the 5 validation rules (HMAC, expiry, single-use ULID,
  pool membership, sender/recipient binding), with the quarantine
  threshold footer (>= 3 invalid / 24h).
- 'The daily loop' rewritten with code-style signature snippets for
  each step (partner = pool.draw(...), token = hmac(...), etc) plus
  the prose explanation. Real implementation language, not marketing.
2026-05-26 14:59:36 +00:00
..