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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.