logo
0
0
WeChat Login

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",
		}
	]

About

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

216.00 KiB
0 forks0 stars1 branches0 TagREADMEApache-2.0 license
Language
TypeScript92.5%
Shell7.5%