When using external services to connect to Bubble, do you generally uncheck the use with authentication setting at the Bubble API endpoint so that it doesn’t need to authenticate?
Isn’t this insecure?
When using external services to connect to Bubble, do you generally uncheck the use with authentication setting at the Bubble API endpoint so that it doesn’t need to authenticate?
Isn’t this insecure?
This really comes down to what you are doing. If you are just exposing public data then it is not really an issue. Otherwise I would definitely be using some method of authentication.
How do you use authentication if the service simply outputs a webhook with no paramaters though?
You can set up api keys under settings. These are then used in the request. You can create multiple api keys so that you can remove the future if need be…
Okay so we can format the webhook url with an API key in the URL and it will work/authenticate without sending the api key as a key/paramater?
This topic was automatically closed after 70 days. New replies are no longer allowed.