shinyAuth0App {auth0}R Documentation

Create a Shiny app object with Auth0 Authentication

Description

This function modifies ui and server objects to run using Auth0 authentication.

Usage

shinyAuth0App(ui, server, config_file = NULL)

Arguments

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.

Details

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").


[Package auth0 version 0.1.1 Index]