HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

jsConnect for Vanilla 3.3

I'm having trouble setting up jsConnect and the latest PHP library jsConnectPHP on Vanilla v3.3.

With jsConnect v1.6 (from the addons directory) and jsConnectPHP v3.0

Clicking Test URL in the jsConnect dashboard yields this:

Missing field: querystring[jwt]

-------------------

I believe this is related to the fact that there is an old jsConnect protocol (v2) and a newer one (v3), and I think jsConnect 1.6 and jsConnectPHP v3.0 are using different protocols. I am aware that there is a newer version of jsConnect at https://github.com/vanilla/addons/ . I tried it, and had a different problem. I can do that again if more detail is needed.

But see this thread at Github that seems to imply there is an issue:

https://github.com/vanilla/jsConnectPHP/issues/20

Anyone have advice for this?

Comments

  • For anyone in the same situation:

    Thanks to info from Koenvh1 over in the Github thread, I learned that the functional-style interface of jsConnectPHP still supports the old protocol.

    Using that, it all works fine with Vanilla 3.3 and jsConnect 1.6.

Sign In or Register to comment.