R/logged_in.R
is_not_logged_in.Rd
This function can be used on the Shiny UI side. It will. check to see if the user is not logged in, if so the other Shiny elements will be displayed.
is_not_logged_in(id, ...)
id unique ID for the Shiny Login module.
Shiny UI elements.
a shiny::conditionalPanel()
shiny::conditionalPanel()
login_server()