Hello, I'm interested in creating a shiny app that serves a user-specific UI.
There are two examples in the Shiny Gallery, "Authentication and database", and "Personalized UI", though neither seems to be working at the moment, and I can't get the code to run locally.
Questions:
-
for the upper shipapps.io tiers --ie the ones that offer authentication-- is the authentication available at all to the app itself (maybe via
session
), such that one could tailor the UI on a by-user basis? -
Is there a more recent working app example?
-
I've run across the seemingly promising
shinyauthr
package, though the machinery of having mature functionality (durable session cookies, forgotten password factor auth, new user setup etc ) seems daunting.
Any advice is much appreciated.