logo
0
0
WeChat Login
[update]: Update README.md with usage instructions and configuration details

cf-worker-totp

基于 cloudflare worker 的 TOTP 生成与验证服务

Usage

# 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

configuration

"kv_namespaces": [ { "binding": "test", "id": "your KV namespace ID here", } ]

About

Display and Verify TOTP (Time-Based One-Time Password) Code

Language
TypeScript79.7%
HTML17.4%
Shell2.9%