secure_ui | R Documentation |
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.
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() )
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 |
Secured Shiny app UI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.