use_auth0 {auth0}R Documentation

Auth0 configuration file

Description

Create an YAML containing information to connect with Auth0.

Usage

use_auth0(path = ".", file = "_auth0.yml", overwrite = FALSE)

Arguments

path

Directory name. Should be the root of the shiny app you want to add this functionality

file

File name. Defaults to ⁠_auth0.yml⁠.

overwrite

Will only overwrite existing path if TRUE.

Details

The YAML configuration file has required parameters and extra parameters.

The required parameters are:

The extra parameters are:


[Package auth0 version 0.2.3 Index]