mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2527] [MERGED] feat: add Plivo Verify OTP plugin #2544
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2527
Author: @navi-
Created: 1/31/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @crazywoola
Base:
main← Head:feat/add-plivo-verify-plugin📝 Commits (6)
b8bb93bfeat: add Plivo Verify OTP plugin315b4dfchore: add uv.lock for plivo_verify plugin5de6cacMerge branch 'main' into feat/add-plivo-verify-plugina74b9c9fix: add missing meta.version to plivo_verify manifest3c2bfb3Merge branch 'main' into feat/add-plivo-verify-plugindc6808brefactor: address code review feedback in verify_otp.py📊 Changes
19 files changed (+2741 additions, -0 deletions)
View changed files
➕
tests/tools/plivo_verify/__init__.py(+0 -0)➕
tests/tools/plivo_verify/test_integration.py(+223 -0)➕
tests/tools/plivo_verify/test_manifest_and_provider.py(+129 -0)➕
tests/tools/plivo_verify/test_manual_full_flow.py(+145 -0)➕
tests/tools/plivo_verify/test_smoke_invoke.py(+463 -0)➕
tools/plivo_verify/.env.example(+4 -0)➕
tools/plivo_verify/README.md(+230 -0)➕
tools/plivo_verify/_assets/icon.svg(+5 -0)➕
tools/plivo_verify/main.py(+6 -0)➕
tools/plivo_verify/manifest.yaml(+31 -0)➕
tools/plivo_verify/provider/plivo_verify.py(+30 -0)➕
tools/plivo_verify/provider/plivo_verify.yaml(+43 -0)➕
tools/plivo_verify/pyproject.toml(+15 -0)➕
tools/plivo_verify/requirements.txt(+2 -0)➕
tools/plivo_verify/tools/send_otp.py(+50 -0)➕
tools/plivo_verify/tools/send_otp.yaml(+63 -0)➕
tools/plivo_verify/tools/verify_otp.py(+63 -0)➕
tools/plivo_verify/tools/verify_otp.yaml(+38 -0)➕
tools/plivo_verify/uv.lock(+1201 -0)📄 Description
Summary
Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.