I'm interested in hosting a shiny app on Shinyapps.io that connects to an azure database. I have the proper connection string, and have it working on my personal computer, but it does not work when I host the app on
shinyapps.io. There are many solutions posted online that specify which IP addresses to allow access to so shiny can connect to the database, so I'm confident I can get it working, but I don't know how secure it is to pass my user name and password through server.R for an app hosted on
shinyapps.io. Could someone speak to how secure or insecure this is, and if there are any best practices?