datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
386 stars 79 forks source link

Login post timeout opens app in default view #77

Open pythiantech opened 3 years ago

pythiantech commented 3 years ago

I have a Shiny app with multiple tabs. Currently I have set the timeout value to 5 to logout the user after 5 minutes of inactivity. Is it possible to open the same tab once the user logs in again, including the state of various UI elements that the user had prior to timeout? The behaviour I have noticed is that once the user logs in again post timeout, the app is reset to its default view. This is unfortunately leading to loss of work that a user was attempting prior to the timeout.