plugin-icon

WP Verify API

제작자: Ali Norouzi·
Generate and check verification code by WP API
버전
1.0.0
활성화된 설치 항목
10
최근 업데이트일
May 23, 2020
WP 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

  • API-Based system for generating and check code.
  • Customize expiration time for code.
  • Customize code digits
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 5.4.18
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.