I have a shiny-server-pro to host learnr tutorials (Rmd files). I'm using Google Authentication for user to log into shiny server. I would like to have each user's work on their tutorials preserved on the shiny-server. So when users log in from a different computer, they can go back to where they left off.
How can I do that?
Thanks!