Linux 软件免费装
Banner图

WP Verify API

开发者 anorouzi
更新时间 2020年5月23日 14:46
PHP版本: 5.4 及以上
WordPress版本: 5.4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

email verification OTP verify email One-time password Verify 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" : "anorouziiii@gmail.com"} ** 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" : "anorouziiii@gmail.com","verify" : "53737"} Features

安装:

  1. Upload the 'wp-verify-api' folder to the '/wp-content/plugins/' directory
  2. Activate the WP Verify API plugin through the 'Plugins' menu in WordPress
  3. You can change the plugin settings from Settings > WP Verify API menu
1.0.0