authUI: Create UI elements for Authentication Shiny Module

View source: R/authModule.R

authUIR Documentation

Create UI elements for Authentication Shiny Module

Description

This function generates the UI components for the Authentication module, including login, signup, and guest access options.

Usage

authUI(id)

Arguments

id

A character string that uniquely identifies this module instance

Value

A list containing UI elements for authentication

Examples

shiny::fluidPage(
  authUI("auth_module")
)

mmints documentation built on April 3, 2025, 9:33 p.m.