polished
requires your users to be invited before they can access your Shiny app. This example removes the invite requirement, allowing anyone to register and sign in to your app. Open thelive appand register with your email to test it out.polished
, users can sign in to multiple Shiny apps using the same sign in credentials. This feature makes it possible to create a dashboard of Shiny apps. Users sign in to the dashboard of Shiny apps, then they can seemlessley switch between all Shiny apps they are authorized to access.polished::secure_rmd()
function to deploy a secure R Markdown document. The .Rmd
can render a static document, or it can use runtime = shiny
.R
package.