Why Isn't Pipedream Checking the Validity of Credentials Before Accepting Messages from My Application?

This topic was automatically generated from Slack. You can find the original thread here.

Before accepting message from my application why pipedream is not checking credentials is valid or not?

Before accepting message from my application why pipedream is not checking credentials is valid or not?

Pipedream provides flexibility in how you handle authentication and validation for incoming messages or requests. When you use an app-based trigger, Pipedream attempts to validate the event using guidance from the app provider, such as checking signatures or other security measures. However, if you’re running your own HTTP endpoint, it’s up to you to implement the necessary validation logic. You can validate requests using various methods, such as: - Implementing HTTP Basic Auth - Checking JWT tokens to authorize requests - Adding custom authentication logic in code For more details on implementing these validations, you can refer to the Pipedream blog on running and monitoring production systems. If you have any further questions or need additional support, please visit Support - Pipedream.