I have an API that I am working with to send messages and pull data and use the API Connector plugin to accomplish this.
The API requires HTTP Basic Auth,
HTTPBasicAuth(api_key, None)
When I enter in an individual API key in the API Connector, I am able to execute the API calls.
My issue is that each logged in user of my bubble app has their own API Key
What is the best way to setup the plugin so I can create the workflow that will execute properly with the current user’s api_key?