Hello,
I am developing a Shiny Server app with auth0, but am confused about how to find out who my logged user is.
My first goal is to get the users ID or shomething, I figure later on with the Management API I can obtain more information about the user.
I understand in theory that:
The ID Token and/or Access Token is passed through the Rules pipeline, then sent to the app.
Auth0 Rules
Could somebody explain how this exactly works with a Shiny server and how can I access it in my server functions?
Is this information stored in some object I can directly access from the server side, like the session object maybe?
Thanks for the help!