Hello Everyone,
I want to create a Shiny App hsoted in Posit Connect where I collect info from a form that is then sent to a Plumber API with a POST request.
The Plumber API needs authentication from the user via API Key(or being logged in on the Posit server) and it uses info such as username, email and user group.
I still dont know how to connect the API via the server in the shiny app for the API to be run authenticated with the user credentials.
Has anyone done this? It would be useful some general guidance.
Thanks