shinyproxy icon indicating copy to clipboard operation
shinyproxy copied to clipboard

Exposing users to Shiny Apps

Open sje-c opened this issue 6 years ago • 1 comments

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?

sje-c avatar Oct 16 '19 12:10 sje-c

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.

LEDfan avatar Mar 11 '24 15:03 LEDfan