by whatsiplus on WordPress.org
Let users log in to your WordPress site using WhatsApp messages instead of SMS. No more blocked numbers — thanks to reverse OTP verification!

Login form shortcode display.
Login with WhatsApp (Reverse OTP) allows users to authenticate by sending a message via WhatsApp to the admin number instead of receiving a code. This unique method, called Reverse OTP, ensures that the user is the initiator of the conversation, drastically reducing the chances of the admin number being blocked by WhatsApp.
This plugin is ideal for login, membership, or community-based WordPress websites where mobile-based verification is preferred over email/password.
This plugin requires a third-party service to function properly. It integrates with the external Whatsiplus API in order to provide OTP-based login functionality via WhatsApp.
The plugin communicates with the following endpoints from the service:
No other personal data is transmitted to Whatsiplus.
This plugin will not work without a valid Whatsiplus API key. You can obtain a key by registering at https://whatsiplus.com.
Two REST endpoints are available for developers:
POST /wp-json/reverse-otp/v1/request
{ "phone": "1530xxxxxxx" }OTP code + WhatsApp link + expires_inPOST /wp-json/reverse-otp/v1/verify
{ "phone": "...", "code": "..." }