I'd like to connect two different accounts with one Zapier app. I've seen other apps support this but there doesn't seem to be any mention of this in the documentation or be any example apps that do this.
Looking at the auth documentation, there doesn't seem to be an option to pass in multiple authentication handlers:
const App = {
// ...
authentication: authentication
// ...
};
How can I get my app to have the user connect to two separate accounts?