#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny shinyApp
#' @importFrom golem with_golem_options
run_app_auth0 <- function(...) {
with_golem_options(
app = auth0::shinyAppAuth0(
ui = app_ui(),
server = app_server,
config_file = system.file("app/_auth0.yml", package = "golem.auth0")
),
golem_opts = list(...)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.