googleSignIn: Google SignIn [Server Module]
Description
Shiny Module for use with googleSignInUI.
Use when you don't need to call APIs, but would like a login to Shiny.
Usage
googleSignIn(input, output, session)
Value
A reactive list with values $id, $name, $email,
$image and $signed_in.
Arguments
- input
shiny input (must contain g_id, g_name,
g_email, g_image, g_signed_in)
- output
shiny output (passed by shiny but not used)
- session
shiny session
Author
Based on original code by David Kulp
Details
Call via shiny::callModule(googleSignIn, "your_id").