A Javascript Google authorisation flow for Shiny apps.
gar_auth_jsUI(id, login_class = "btn btn-primary",
logout_class = "btn btn-danger", login_text = "Log In",
logout_text = "Log Out", approval_prompt = c("force", "online",
"offline"))
Shiny id
CSS class of login button
CSS class of logout button
Text to show on login button
Text to show on logout button
The type of authentication
Shiny UI
Shiny Module for use with gar_auth_js