Sync — Aztec pairing demo

This demo shows a tiny JS Sync class that can export named cookies and encode them into an Aztec code for scanning by another device. It also supports scanning an Aztec code with the camera and restoring cookies into the target site (for demo only).

Scan from another device (open this page there and use the Scan Aztec button):

Status: idle

Developer notes / security (read)

This demo encodes cookie names and values directly into the Aztec code. Do not do this for real production secrets — use encryption or server-backed one-time pairing tokens. The code here is intentionally small/simple to show the flow.


{ }