
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
它提供了一个可部署的参考实现,结合了 Cloudflare 的边缘计算和 Zero Trust,用于安全的基于电子邮件的身份验证。
Minimal implementation of the Email Verification Protocol on Cloudflare Workers + Zero Trust.
wrangler.jsonc./accounts, /login, and /verify-email..well-known/web-identity on your eTLD+1 domain name./login endpoint.node <<EOT
const jose = await import("jose");
const keyPair = await jose.generateKeyPair("EdDSA", { extractable: true });
const jwk = await crypto.subtle.exportKey("jwk", keyPair.privateKey);
console.log(jwk);
EOT
The d value is a private key and the x value is a public key.
Minimal implementation of the Email Verification Protocol on Cloudflare Workers + Zero Trust.
根据分类、Topic 和编程语言匹配的相似项目。

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.