secure_ui {polished} | R Documentation |
Secure your Shiny UI
Description
This function is used to secure your Shiny app's UI. Make sure to pass
your Shiny app's UI as the first argument to secure_ui()
at
the bottom of your Shiny app's ui.R
file.
Usage
secure_ui(
ui,
sign_in_page_ui = NULL,
custom_admin_ui = NULL,
custom_admin_button_ui = admin_button_ui(),
admin_ui_options = default_admin_ui_options()
)
Arguments
ui |
UI of the application. |
sign_in_page_ui |
Either |
custom_admin_ui |
Either |
custom_admin_button_ui |
Either |
admin_ui_options |
list of HTML elements to customize branding of the |
Value
Secured Shiny app UI