authUI | R Documentation |
This function generates the UI components for the Authentication module, including login, signup, and guest access options.
authUI(id)
id |
A character string that uniquely identifies this module instance |
A list containing UI elements for authentication
shiny::fluidPage(
authUI("auth_module")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.