WeChat QR Code ID Verification
Budget: $10 – $30 USD
I need a small, self-contained module that lets me verify a person’s identity by having them scan a WeChat-generated QR code. When the code is scanned, WeChat should return a secure callback confirming the user’s OpenID (or UnionID) so I can treat the scan as proof of identity.
Here’s what I expect:
• Your code requests a temporary QR login ticket through the official WeChat API, displays the QR, and listens for the scan/confirmation event.
• Once WeChat confirms the scan, the module captures the user’s unique identifier and any standard profile fields the API makes available, then passes that data back in JSON so I can store or act on it.
• Clear instructions on obtaining the necessary AppID, AppSecret, and setting the callback domain in the WeChat Open Platform dashboard.
• A quick test page or Postman collection so I can prove the flow end-to-end on my own sandbox account.
I’m open to PHP, Node.js, or Python—choose whichever you’re fastest with, but structure it cleanly so I can drop it into a larger project later. Well-commented code and a short README are all I need for delivery.
Here’s what I expect:
• Your code requests a temporary QR login ticket through the official WeChat API, displays the QR, and listens for the scan/confirmation event.
• Once WeChat confirms the scan, the module captures the user’s unique identifier and any standard profile fields the API makes available, then passes that data back in JSON so I can store or act on it.
• Clear instructions on obtaining the necessary AppID, AppSecret, and setting the callback domain in the WeChat Open Platform dashboard.
• A quick test page or Postman collection so I can prove the flow end-to-end on my own sandbox account.
I’m open to PHP, Node.js, or Python—choose whichever you’re fastest with, but structure it cleanly so I can drop it into a larger project later. Well-commented code and a short README are all I need for delivery.