logo
0
0
WeChat Login
[update]: Update README.md with new instructions

cf-worker-token-server

Administer the generation, storage, retrieval, and validation of service authentication tokens

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": "token", "id": "your KV namespace ID here", } ]