We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using this code in the server part of my shiny app to fetch user information:
... output$welcome <- renderText({ paste("Hello", session$userData$user()[3]) }) ....
and in the ui part:
... verbatimTextOutput("welcome"), ...
And I get this:
I am thinking of fetching the name or username to welcome the user not the email?!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using this code in the server part of my shiny app to fetch user information:
and in the ui part:
And I get this:
![image](https://private-user-images.githubusercontent.com/48481785/325740087-421a82a0-0c2a-4b4a-af3e-8c528a84802b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjY2MzgsIm5iZiI6MTczOTI2NjMzOCwicGF0aCI6Ii80ODQ4MTc4NS8zMjU3NDAwODctNDIxYTgyYTAtMGMyYS00YjRhLWFmM2UtOGM1MjhhODQ4MDJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA5MzIxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU5NTZmZTVjYjRkNjg2YjJkZTMyNDMyYzU5MDk3ZDg4ZDBjYTc2ZDVkZjVkMGZmZjllYWJhZDE3YjkwZDEyMGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sQp1VbpX4sOVVjF_5LNgqnOKKplubqWEG3yuVRpXRHg)
I am thinking of fetching the name or username to welcome the user not the email?!
The text was updated successfully, but these errors were encountered: