Comment 18 for bug 1620828

Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

The cause of this bug is that we don't really acknowledge that tokens expire. So it's a bug in the plugin, not the server. A proposed fix is to keep tokens and their associated expiry date so that the plugin can know what tokens has expired and recreate them if necessary.

We could then reduce the complexity of the token retrieval code, since we could just produce 5 minute tokens locally, and not do the token-dance with the server.