Title: WP Verify API
Author: Ali Norouzi
Published: <strong>23 Maggio 2020</strong>
Last modified: 23 Maggio 2020

---

Ricerca i plugin

![](https://ps.w.org/wp-verify-api/assets/banner-772x250.png?rev=2310595)

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://ps.w.org/wp-verify-api/assets/icon-128x128.png?rev=2310595)

# WP Verify API

 Di [Ali Norouzi](https://profiles.wordpress.org/anorouzi/)

[Scarica](https://downloads.wordpress.org/plugin/wp-verify-api.zip)

 * [Dettagli](https://it.wordpress.org/plugins/wp-verify-api/#description)
 * [Recensioni](https://it.wordpress.org/plugins/wp-verify-api/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/wp-verify-api/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/wp-verify-api/#developers)

 [Supporto](https://wordpress.org/support/plugin/wp-verify-api/)

## Descrizione

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

## Screenshot

 * [[
 * [[

## Installazione

 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

 * Initial release.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“WP Verify API” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Ali Norouzi ](https://profiles.wordpress.org/anorouzi/)

[Traduci “WP Verify API” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/wp-verify-api)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/wp-verify-api/) segui
il [repository SVN](https://plugins.svn.wordpress.org/wp-verify-api/), segui il 
[log delle modifiche](https://plugins.trac.wordpress.org/log/wp-verify-api/) tramite
[RSS](https://plugins.trac.wordpress.org/log/wp-verify-api/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versione **1.0.0**
 *  Ultimo aggiornamento **6 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 4.6.1 o superiore **
 *  Testato fino alla versione **5.4.19**
 *  Versione PHP ** 5.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/wp-verify-api/)
 * Tag
 * [email verification](https://it.wordpress.org/plugins/tags/email-verification/)
   [One-Time Password](https://it.wordpress.org/plugins/tags/one-time-password/)
   [otp](https://it.wordpress.org/plugins/tags/otp/)[verify email](https://it.wordpress.org/plugins/tags/verify-email/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/wp-verify-api/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/wp-verify-api/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/wp-verify-api/reviews/)

## Collaboratori

 *   [ Ali Norouzi ](https://profiles.wordpress.org/anorouzi/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/wp-verify-api/)