[PR #632] [MERGED] feat: add WhatsApp as provider #644

Closed
opened 2026-02-26 06:31:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/632
Author: @vitormattos
Created: 9/20/2025
Status: Merged
Merged: 9/21/2025
Merged by: @vitormattos

Base: masterHead: feat/add-whatsapp-as-provider


📝 Commits (2)

  • b125f07 feat: add WhatsApp as provider
  • c9ddc49 chore: update baseline

📊 Changes

11 files changed (+457 additions, -43 deletions)

View changed files

📝 README.md (+1 -1)
📝 appinfo/info.xml (+1 -1)
📝 composer.json (+1 -0)
📝 composer.lock (+129 -19)
📝 doc/Admin Documentation.md (+14 -0)
📝 doc/User Documentation.md (+6 -0)
lib/Provider/Channel/WhatsApp/Gateway.php (+247 -0)
lib/Provider/Channel/WhatsApp/Provider.php (+25 -0)
📝 tests/psalm-baseline.xml (+12 -1)
📝 vendor-bin/csfixer/composer.lock (+14 -14)
📝 vendor-bin/unit/composer.lock (+7 -7)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/632 **Author:** [@vitormattos](https://github.com/vitormattos) **Created:** 9/20/2025 **Status:** ✅ Merged **Merged:** 9/21/2025 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `feat/add-whatsapp-as-provider` --- ### 📝 Commits (2) - [`b125f07`](https://github.com/nextcloud/twofactor_gateway/commit/b125f07fff4d7625d381c6ee9fd4e0d5aaa3644e) feat: add WhatsApp as provider - [`c9ddc49`](https://github.com/nextcloud/twofactor_gateway/commit/c9ddc49049ca7ef016a763f4a0e9fa14ff43000a) chore: update baseline ### 📊 Changes **11 files changed** (+457 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `appinfo/info.xml` (+1 -1) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+129 -19) 📝 `doc/Admin Documentation.md` (+14 -0) 📝 `doc/User Documentation.md` (+6 -0) ➕ `lib/Provider/Channel/WhatsApp/Gateway.php` (+247 -0) ➕ `lib/Provider/Channel/WhatsApp/Provider.php` (+25 -0) 📝 `tests/psalm-baseline.xml` (+12 -1) 📝 `vendor-bin/csfixer/composer.lock` (+14 -14) 📝 `vendor-bin/unit/composer.lock` (+7 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#644
No description provided.