Hi guys, i need some help regarding my project. I want to generate a qr code which students can scan from their mobile application to mark attendance, i am successfully able to generate a qr code but now i want to limit it for 2 or 3 minutes to be valid after that it will destroy for some security purposes how to achieve it, because uptil now if some person clicks the image of QR code and use it after some time his/her Attendance submitted successfully even after a day. I use laravel technology for web Portals and Android studio for my mobile application
I have a comma separated string of parameters in my qr code which i have to extract on my Android side than split it on the basis of comma and put it into database plus i am a beginner to laravel