R Shiny: user authentication for a single app.R

前端 未结 7 1494
孤城傲影
孤城傲影 2020-12-25 14:15

I am developing a R Shiny App and want to add user name and logins. I checked the RStudio demo but that is only using the ShinyServer Pro and I am using the mongolite packag

7条回答
  •  悲哀的现实
    2020-12-25 14:59

    I recently wrote an R package that provides login/logout modules you can integrate with any bootstrap UI framework.

    Blogpost with example using shinydashboard

    Package repo

    the inst/ directory in the package repo contains the code for the example app.

提交回复
热议问题