Hi everyone.
I am trying to implement a mechanism to allow logging in into a device via a QR code scan by another device.
I was able to make this work but only if the user has logged in into the main device within 10 seconds of performing the token transfer to the other device.
However, this is not acceptable for my use case since the user may be logged in on the app for hours before deciding to login on the other device. Also we dont want the user to have to logout and login again just for this.
Is there any alternative to implement this appropriately? Maybe I am not approaching it the right way.
Thank you all