osjs-client
osjs-client copied to clipboard
Need ability to set a user (admin role) specific inactivity timeout
If the user walks away from OS.js (or opens a separate tab on the browser), OS.js should automatically log out and force the user to log back in.
Maybe a global client setting. inactivity.timeout=30000
A challenge here is to make sure that developers of applications provide a way to save/restore the state properly (so that everything comes back as expected when logging back in). This can be handled via the settings and args feature that OS.js provides, but I'll have to make sure this is properly documented :)