This service handles the Shopee Open Platform authorization redirect and stores access tokens in Firestore.
If a START_SECRET is configured, append ?secret=YOUR_SECRET to the link above.
GET /shopee/authorize — kicks off the OAuth flowGET /shopee/callback — Shopee's redirect target (handles ?code=&shop_id=)GET /shops — list authorized shops (tokens redacted)POST /shopee/refresh/<doc_id> — refresh access tokenGET /healthz — health + config check