前言介紹
- 這款 WordPress 外掛「WP Verify API」是 2020-05-22 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2020-05-23,距離現在已有 1806 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.6.1 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
anorouzi |
外掛標籤
otp | Verify API | verify email | One-Time Password | email verification |
內容簡介
注意:這個外掛是專為 WordPress 開發人員設計,對於初學者可能會有些困惑。
此外掛透過 WordPress API 生成驗證碼並發送至指定電子郵件信箱。
然後您可以透過該 API 檢查使用者所輸入的驗證碼。
文件與支援
** 生成驗證碼 **
example.com/wp-json/wva/v1/email
電子郵件信箱需以 JSON 格式發送。
例如 :{"email" : "[email protected]"}
** 檢查驗證碼 **
example.com/wp-json/wva/v1/verify
電子郵件信箱與驗證碼需以 JSON 格式發送。如果驗證碼正確且未達到到期時間,它將傳回true,否則為false,然後您可以根據結果進行相應操作,例如 OTP,電子郵件驗證等等。
例如:{"email" : "[email protected]","verify" : "53737"}
特色
基於 API 的系統,用於生成和檢查驗證碼。
自訂驗證碼到期時間。
自訂驗證碼位數。
原文外掛簡介
NOTICE : This plugin is used by WordPress developers and can be a bit confusing for beginner WordPress users.
This plugin generates a verification code via WordPress API and sends it to the specified email.
You can then check the code entered by the user with the API.
Docs & Support
** Generate verification code **
example.com/wp-json/wva/v1/email
Email should be post in JSON format.
Example :{"email" : "[email protected]"}
** Check verification code **
example.com/wp-json/wva/v1/verify
Email and verification code should be posted in JSON format. if the code is correct and the expire time is not reached, it will return true otherwise it’s false then you can do whatever you want with the result like for OTP, Email Owner verification, and so on.
Example :{"email" : "[email protected]","verify" : "53737"}
Features
API-Based system for generating and check code.
Customize expiration time for code.
Customize code digits
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Verify API」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。