How can I access and handle the Auth0 user ID Token on a Shiny App?

Hello everyone, I have a question regarding the ID Token. When a user signs up or logs in using Auth0 services, this ID Token is then “sent” to the callback url (if I am correct; if I am not, please let me know). Based on some posts I read, this ID Token contains the user data of the currently logged in user. So, I was wondering how can I access and handle this ID Token since I need user information (like email and username) available on my website for the currently logged in user using Shiny and R as my core technologies.

For my application, I am using Shiny R running on a AWS instance.

Any help will be greatly appreciated. Thanks.

Try this

session$user

This topic was automatically closed 54 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.