osjs-client icon indicating copy to clipboard operation
osjs-client copied to clipboard

Need ability to set a user (admin role) specific inactivity timeout

Open aherreraGH opened this issue 7 years ago • 1 comments

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

aherreraGH avatar Jun 22 '18 21:06 aherreraGH

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 :)

andersevenrud avatar Jun 22 '18 21:06 andersevenrud