knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(authenticate)

A front end for any shiny app that requires access to internal databases to run the app. A user must have valid credentials to access the server. These credentials are used to both access the app and run it.

Usage

To launch the app:

runAuthenticate()

Then enter your credentials in the fields shown and login

knitr::include_graphics("figures/appScreenCap1.PNG")


andybeet/authenticate documentation built on Sept. 24, 2023, 11:28 p.m.