I am fairly new to Shiny, but have created an app which I am hosting locally without shiny server.
What I'd like to do, is create a log in screen, which means that only authorised users can access my app.
Is there a way to do this? I have only found examples which use the shiny server, and this is something I do not want to do. I have also read something about Apache Web Server, but I wasn't sure how to do this, or if I needed to download something to get this set up.
Any help would be appreciated.
runApp(host="0.0.0.0", port=1000)command, other local users can then access my app using my IP address and port. Not sure if I phrased the 'hosting locally' right, but that's what I mean.