Project

General

Profile

Idea #16848

Updated by Peter Amstutz over 3 years ago

* "Show current token" dialog in workbench should request a new token instead of showing the one in use by Workbench.     Change the label to something like "Get API token". 

 * Auto-logout should coordinate across browser tabs so that it only logs out when all of them have been idle.    When there is activity, it should update a timestamp in localStorage.    When deciding whether to logout due to an idle timeout, check that the shared timestamp in localStorage is expired. 

 Possibly useful, there's a "storage" event that happens when localStorage is updated. 

 https://html.spec.whatwg.org/multipage/webstorage.html#the-storageevent-interface 

Back