🏦
CUBE 網路銀行
兩步驟驗證(2FA)元件與整合說明
請選擇以下頁面查看對應內容
🔐
2FA 驗證彈窗 Demo
模擬網銀登入時的兩步驟驗證流程。
支援手機簡訊、驗證器 App、Email 三種驗證方式, 可透過
auth_2fa_options
動態設定可用選項, 並以
auth_2fa_title
與
auth_2fa_msg
自訂顯示內容。
2fa-modal.html
›
📄
conf 整合說明文件
說明如何透過
conf
物件設定與共享全域變數 (
auth_2fa_options
、
auth_2fa_title
、
auth_2fa_msg
等) 進行狀態溝通。API 由系統端處理,爬蟲僅透過 conf 溝通。
api.html
›