What I Built
I engineered a highly secure, stateful authentication backend from the ground up using Cloudflare Workers, Cloudflare D1 (SQLite), and KV storage. Instead of relying on stateless JWTs—which are notoriously difficult to revoke—I designed a stateful session architecture. This ensures immediate session invalidation and superior security, all while running with zero cold starts at the edge, globally closer to the user.