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.