rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
893 stars 298 forks source link

Include Login page before the dashboard #295

Open Sassire opened 6 years ago

Sassire commented 6 years ago

Hello everyone, I want to submit a problem that I can not solve yet.

How can i include a login page to my shinydashboard application? The problem is that, the user should have a login account before having access to the application. Thanks,

Best!

tdeenes commented 6 years ago

For an enterprise-ready solution you should check ShinyProxy (free, from OpenAnalytics) or Shiny Server Pro (commercial, from RStudio). You can find a lot of custom solutions on the web (just type "login shiny" in your preferred search engine), but they are mostly rather hackish and not ready for serious use.