{"ok":true,"service":"google-oauth-wrapper","rate_limits":{"implementation":"Cloudflare Workers Rate Limiting API","auth_google":"20 / 60s per key per PoP","poc_login":"30 / 60s per key per PoP","key_shape":"{endpoint}:{client_ip}"},"oauth":{"start":"GET /auth/google","callback":"GET /auth/callback"},"cors":{"enabled":false,"setting":"CORS_ALLOWED_ORIGINS"},"poc":{"fake_login_enabled":false,"login":"POST /poc/login","me":"GET /poc/me  (Cookie または Authorization: Bearer)","logout":"POST /poc/logout  (同上)","notes":"本番では POC_FAKE_LOGIN_ENABLED=false のことが多い（疑似ログイン POST のみ無効）。Google OAuth 後のセッション確認は /poc/me を利用。ログイン応答の access_token を拡張の chrome.storage 等に保存し、API では Bearer で送る。ブラウザ同一オリジンでは HttpOnly Cookie のみでも可。"}}