zapier / zapier-platform

The SDK for you to build an integration on Zapier

Home Page:https://platform.zapier.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example apps using incompatible AuthenticationSchema with 11.2.0

charlesdarkwind opened this issue · comments

When using 11.2.0 and a authentication.js file like the example app 'oauth2' (or many others example apps), zapier validate fails because the structure is wrong. E.g. there is no top-level config, befores and afters fields in the schema.

Found out I was using the index.js from the UI export and not the example app one