Hello!
I am using the shinyapps (Standard) authentication feature and would like to know how to access the user metadata e-mail when they log into the app. The app will be applying different filters according to individual user e-mail.
Thank you!
Hello!
I am using the shinyapps (Standard) authentication feature and would like to know how to access the user metadata e-mail when they log into the app. The app will be applying different filters according to individual user e-mail.
Thank you!
Looks like getting session$user from the
server <- function(input, output, session)
function works. I thought it would bring up the username and not e-mail.