Security in an R Shiny Application

前端 未结 6 1582
说谎
说谎 2021-01-29 23:54

I want to publish an R Shiny web application (http://www.rstudio.com/shiny/) on the web, but I want to password protect it so that only people with credentials can view what I h

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 00:27

    This may be a little late for the OP but it may be useful for your use case:

    https://auth0.com/blog/2015/09/24/adding-authentication-to-shiny-open-source-edition/

    It's similar to the Rohith's answer, but it uses Auth0 instead, which allows you more authentication options (Like connecting, Google Accounts, Active directory, LDAP, and a big etc)

    Disclaimer: I work at Auth0, we are using Shiny internally with this configuration and it works fine.

提交回复
热议问题