Superformula / mobile-test

Test for native mobile app development in iOS or Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code validity rule

edgarfroes opened this issue · comments

Is the expiration the only parameter that defines if a QR Code is valid or not?

For instance: if user A is displaying an expired QR Code (given that the automatic QR Code update functionality is not implemented) and user B reads the QR Code, user B would get an "invalid QR Code" message. Can this be the correct flow?

@edgarfroes Yes that is correct. A QR code is valid if and only if it has not expired. The scenario you described is the expected behavior. Thanks for the question and let us know if you have any more!