# Cloudflare Workers for Unspooled Auth

Two workers handle QR-based auth and addon configuration:

| Worker | URL | Purpose |
|--------|-----|---------|
| Config (v3) | https://unspooled-config-v3.tw24fr.workers.dev | Addon config sessions |
| Auth (v2) | https://unspooled-auth-v2.tw24fr.workers.dev | Debrid OAuth + API key + addon URL entry |

Source: `~/Unspooled/services/addon-config-worker/`

**Free plan constraint**: DO RPC (`stub.method()`) not supported — use `stub.fetch()` HTTP routing.

See skill `cloudflare-workers-deployment` for full deployment guide.
