`shinyAppAuth0` should pass `...` shiny options even if `auth0_disable` is `TRUE`
Closed this issue · 2 comments
James-G-Hill commented
If the user chooses to disable auth0
with the auth0_disable
option they should still be able to pass options to shiny::shinyApp
; for example, to force the app to launch into the browser with the launch.browser
option.
James-G-Hill commented
I'm happy to fix this but I don't seem to have permission to create a branch and push back to create a Pull Request.
williamorim commented
Fixed in 2850668