Secure your Shiny app's server
This function is used to secure your Shiny app's server function. Make sure to pass
your Shiny app's server function as the first argument to secure_server()
at
the bottom of your Shiny app's server.R
file.
secure_server( server, custom_sign_in_server = NULL, custom_admin_server = NULL, allow_reconnect = FALSE, account_module = NULL, splash_module = NULL )
server |
A Shiny server function (e.g |
custom_sign_in_server |
Either |
custom_admin_server |
Either |
allow_reconnect |
argument to pass to the Shiny |
account_module |
the server code for the user account module. |
splash_module |
the server code for the splash page. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.