secure_server {polished} | R Documentation |
Secure your Shiny app's server
Description
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.
Usage
secure_server(server, custom_sign_in_server = NULL, custom_admin_server = NULL)
Arguments
server |
A Shiny server function (e.g |
custom_sign_in_server |
Either |
custom_admin_server |
Either |
Value
a Shiny server function.
[Package polished version 0.8.1 Index]