Project

General

Profile

Feature #16679

Updated by Peter Amstutz over 3 years ago

Option for Workbench 2 to store token in session storage instead of local storage, so that when the tab/browser is closed, the token is discarded. 

 "Open in new tab" operations should pass along the token (if possible) to avoid making the user log in again. 

 We should also add an idle timeout, it looks like we can do this via a react component: 

 https://blog.bitsrc.io/how-to-implement-idle-timeout-in-react-830d21c32942 

 Confirm (with tests) that Workbench 2 normal logout hits the API logout endpoint and expires the token. 

Back