This application allows Val Town users to authenticate and connect to external services via Pipedream Connect.
The home page now provides comprehensive explanations of:
"includeSentViaPipedream": false
for Discord and SlackoauthAppId
. I asked Pipedream.This app uses Val Town API tokens for authentication. (Eventually, we'll swap this for Val Town OAuth.)
To login, create and supply a Val Town API token with the user:read
scope only. We store it in cookies.
To run actions on connected apps, you'll also need to supply a Val Town API
token. If you're doing this from within Val Town, you can use
process.env.valtown
, which this app's client libraries will use by default.