Hi !
I connected my Bubble app to my accounting sofware (Bexio) with the api connector. Authentication is made with oAuth User-Agent Flow.
I have a simple call to create a contact in bexio when a user signs up in my bubble app.
When I manually run a test call while I am logged it works (because I have authenticated with Bexio)
But how can I let other users run the call ? Right now when a new user signs up the call doesn’t work because there is an authentication error.
Any idea how to fix this ?
Thank you !