egovernments / DIVOC

Open source digital platform for large scale vaccination and digital credentialing programs. Built for India scale, addresses future vaccination scenarios, digital credentialing, and beyond.
MIT License
161 stars 204 forks source link

Verification by QR Code on Vaccination Certificate #625

Open rbkarve opened 3 years ago

rbkarve commented 3 years ago

The "Verify Certificate"feature on CoWin portal does not work. I have tried using it to try and verify my vaccination certificate with my phone but it either does not scan the QR Code or just hangs. Many of my friends have also tried it and found it not working. wouldn't it be a problem when verifying the certificate at airports or with other agencies? It could cause problems or lead to harrassment. Is there any way to fix this problem?

grsriniv commented 3 years ago

Is there a way to implement the QRScanner and VerifyCertificate in Swift as part of iOS App for verification.

monishpainter commented 2 years ago

@grsriniv did you find any solution? If yes, could you please share the sample code?

sagarbele commented 2 years ago

You can refer sample code : Github https://github.com/egovernments/DIVOC/tree/main/public_app

Study these js files: https://github.com/egovernments/DIVOC/blob/main/public_app/src/components/VerifyCertificate/index.js

https://github.com/egovernments/DIVOC/blob/main/public_app/src/components/CertificateStatus/index.js -- check VerifyData()