Python Microservice for Bubble?

My approach was to build as a plugin and this post from @emmanuel talks about securing token’s etc. as there are definitely good and bad ways to implement. You can secure your endpoint with http basic auth, or a token, or whatever else the api connector and your endpoint both support.

1 Like