基于 cloudflare worker 的 TOTP 生成与验证服务
# dev
bun install
bun run dev
# deploy
bun run deploy
For generating/synchronizing types based on your Worker configuration run:
# generate types
bun run cf-typegen
"kv_namespaces": [
{
"binding": "test",
"id": "your KV namespace ID here",
}
]