shinyAuth0App {auth0} | R Documentation |
This function modifies ui and server objects to run using Auth0 authentication.
shinyAuth0App(ui, server, config_file = NULL)
ui |
an ordinary UI object to create shiny apps. |
server |
an ordinary server object to create shiny apps. |
config_file |
Path to YAML configuration file. |
If you want to use a diferent configuration file you can also set the auth0_config_file
option with: options(auth0_config_file = "path/to/file.yaml")
.