2

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.

3
  • " hosting locally without shiny server" - how exactly? Commented Jun 6, 2016 at 11:08
  • 1
    Using the 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. Commented Jun 6, 2016 at 13:07
  • there is some ways ( but not good) .. you can create reactiveValue for check loged user or not .. see 1 and 2 Commented Jun 6, 2016 at 13:48

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.