Password to shiny app in Rstudio Pro

Hi ,
Please help me out with this ,to set up shiny app with username and password me using R studio Pro
Thank you in advance...!!

Hi Aatmaj, could you clarify what you are asking? I don't understand.

Hi, I have developed a shiny app but i want to set up a login for that app such that only the users i say, they can use it...i m using shiny server pro...I read that password protection to apps something is in built in pro version i want to know how to use it.....?

The easiest is to set up authentication in your shiny server pro configuration file. It is located in /etc/shiny-server/shiny-server.conf
Then you need to choose an authentication system. Flat-file is pretty straightforward

The guide below will help you:

https://docs.rstudio.com/shiny-server/#authentication-security

4 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.