logo
0
0
WeChat Login
[update]: - 增加部署脚本 deploy.sh - 更新 .gitignore 避免每次提交 public 文件夹下内容

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
TypeScript78.9%
HTML17.2%
Shell3.9%