We've integrated this into our web app and it works great, but we're now trying to think about what happens when one of our users are using our app and the network drops out.
Checking the availability of the network is not a problem.
Currently, this is what happens:
User is filling out some details in a web form.
Network drops, so silent renew fails.
Token expires.
User gets logged out, losing all the data she's just entered into the form.
Is there a way to 'postpone' the expiry of a token if there is no network? Or some other solution or ideas?
We've integrated this into our web app and it works great, but we're now trying to think about what happens when one of our users are using our app and the network drops out.
Checking the availability of the network is not a problem.
Currently, this is what happens:
Is there a way to 'postpone' the expiry of a token if there is no network? Or some other solution or ideas?
Thanks