Force logout after browser close and/or certain duration
-
Currently the Cloudron dashboard does not use sessions, but an accessToken in the localStorage of the browser. This means when closing the browser tab, there is no solid way to clear that from a dashboard perspective.
Maybe we can use either localStorage or sessionStorage for this?
-
@GregY said in Force logout after browser close and/or certain duration:
Currently, the session persists even after I close my browser.
Yes, I love that!
I guess is this is a real security concern for you, you could manually logout beforehand?
-
@jdaviescoates said in Force logout after browser close and/or certain duration:
I guess is this is a real security concern for you, you could manually logout beforehand?
True.
My main reason for requesting this feature is that the administrative controls are only a few clicks away. I suppose I could create a separate non-admin user account for myself and run my apps under that account.