dhuckins / vercel-integration-oauth-poc

trying out an integration on vercel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vercel-integration-oauth-poc

How to run

  1. Create an integration on vercel

  2. put the keys in a .env file OR export as environment variables

VERCEL_CLIENT_ID="<provided in ui when registering a vercel integration>"
VERCEL_CLIENT_SECRET="<provided in ui when registering a vercel integration>"
  1. run the app via go run .
  2. go to the marketplace url for the app and click "Add Integration"

Notes

  • recommend to use the webhook integration-configuration.removed|updated to see if the integration has been uninstalled or changed

About

trying out an integration on vercel


Languages

Language:Go 100.0%