Like when we try to login on WhatsApp web, we need to scan a QR Code that showing on a browser using our phone.
How is it work actually..?
I also want to make it using Flask application, so far I found this nicely package called Flask-QRcode.
I have try several experiments on that package, and try to scan the QR Code result with a few free apps that I download on PlayStore, and yea... I got the correct result on my phone corresponding with my code that I set before.
But now, what I want are: when I scan the QR Code using my phone, I want to make any effect on my web browser, it like WhatsApp web do when we first try to login.
Is it possible to make like that with Flask..? If so, please refer any tutorial, source, or example code to do that.