shinyproxy
shinyproxy copied to clipboard
Exposing users to Shiny Apps
Great work on this framework and code base.
On utilising the ShinyProxy standalone with the openanalytics/shinyproxy-demo container with the run_01_hello() / run_06_tabsets() demo apps. How would one go about viewing the active ShinyProxy users who have been defined in the .yml file (or incidentally LDAP if implementing it) inside the actual Shiny App itself.
I see there is an Active Proxies page when clicking on the Admin button. Can this login data (the user) be accessed from within a Shiny App such as run_01_hello() with some sort of API call. Or is there any easy method of storing this data to fetch?
Hi, although this is an old issue, I think this is a great feature request. We have similar plans to create a section in the admin panel to list the active users.