os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 32 forks source link

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

Open aherreraGH opened 6 years ago

aherreraGH commented 6 years ago

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

andersevenrud commented 6 years ago

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