# NOT RUN {
# first, create the yml file using use_auth0() function
# ui.R file
library(shiny)
library(auth0)
auth0_ui(fluidPage(logoutButton()))
# server.R file
library(auth0)
auth0_server(function(input, output, session) {})
# console
options(shiny.port = 8080)
shiny::runApp()
# }
Run the code above in your browser using DataLab