make my shiny app save and secure

Hi,

I am building an app which should be highly secured. I mean:

  1. I need to prevent anyone without authentication (login + password) to access the app. Connection with the app should be save and encrypted.
  2. Data set which is used to build the app should be secured.

Now I have my own VPS on not some hosting platform with rStudio and rShiny installed. I haven't been using ssl yet, but even if I don't think that it will resolve my problem.

Can you explain what are the options to deal with that? In my company we use MS Azure. Maybe it would be better to run another virtual machine on Azure? Maybe there are some other solutions?

Best Regards
Tomasz

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