開發外掛助手|技術維護中心返回營運後台

僅限同專案 owner_admin

Google 登入維護

這裡讓專案擁有者與其 Codex 查看安全狀態、產生設定差異、驗證正式登入及追蹤後續異動。它不顯示密鑰,也不允許直接竄改會員、付款或權益。

設定指紋:7a0e32f9a1020f3736efc57475509fa9b1b877569933cf82e7f997753b624c53

設定比對

網址或網域改變時先產生最小差異,保留仍有效的設定。

python3 auth/google_oauth_config_sync.py diff --observed <sanitized-provider-state.json>

驗證正式登入

部署後重新測試 Google 登入、回呼、session 與 owner_admin 權限;沒有實際證據就維持待驗證。

自動維護觸發

  • 網站網址或自訂網域變更
  • 重新導向網址不一致
  • Google 授權失效或被撤銷
  • 正式登入驗證失敗

後台安全欄位

  • configuration_state
  • application_name
  • authorized_domains
  • authorized_javascript_origins
  • authorized_redirect_uris
  • configuration_fingerprint
  • last_verified_at
  • authorization_expires_at
  • credential_rotation_due_at
  • verification_due_at
  • next_action
  • error_code
安全邊界

不顯示密鑰。密碼、OTP、cookie、Client Secret、access token、refresh token 與 authorization code 不得寫入此後台、CLI 輸出、GitHub 或聊天內容。需要本人登入或確認時,Codex 暫停,完成後再自動續跑。