Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

jsConnect login issue: redirects OK, but the user is not logged in on forums

I cannot figure out this issue that I am having using the latest repos for both Vanilla and jsConnect. If it matters, I am trying to integrate with the latest stable release of Kohana.

The following occurs

  1. Log into main site
  2. Navigate to forum
  3. Forum sidebar has a link with the following text (Taylor is the display name of the user on the main site):

Taylor

>

Sign In with Main Site

  1. Clicking link goes to http://mainsite.com/vanilla/entry/jsconnect?client_id={my_client_id}&Target=/ (I have double checked that the client id and secret matches)
  2. Redirects back to the forum's main page and user is not logged in

No errors are being thrown and the "entry" page loads quickly. If code of the auth page is needed, I will put it up. Any help would be greatly appreciated!

Best Answer

Answers

  • Options

    maybe if you listed the version numbers of vanilla and the version of jsconnect. someone could help you.

    latest version means very little.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    TaylorTayTaylorTay New
    edited May 2014

    Pulled yesterday: Vanilla 2.2.11.2 and jsConnect 1.4.1

  • Options

    why 2.2.11.2?

    why not 2.1?

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Pulling from https://github.com/vanilla/vanilla gives at the bottom of the dashboard "Version 2.2.11.2". Is this not recommended?

  • Options
    TaylorTayTaylorTay New
    edited May 2014

    Thank you for your help. Which readme does it state this in? I read the one on github on the master branch and it doesn't mention this (ctrl+f for 2.2.11.2 gives only a commit as well).

    I understand 2.1 is the stable version, but normally grabbing from the master branch, at least in my experience, is also a stable version. I will try it with 2.1; thanks again!

  • Options
    peregrineperegrine MVP
    edited May 2014

    It's not explicit. which it should be.

    https://github.com/vanilla/vanilla/blob/master/README.md#version-control-strategy

    it should be reworded.

    Use 2.1 and odd numbered versions only for self-hosted solutions.

    2.2.x and 2.4.x and 2.6.x and 2.8.x are for internal hosted solutions - do not use this if you are self-hosting.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    filed on github

    Unclear readme.

    https://github.com/vanilla/vanilla/issues/1909

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.