Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

CurtisOdenMaluchicbielichericgillettejohansonlocker +7 guests

[Solved] [GitHub Bug #907] OpenID broken for months

Even on this site.

I want to draw attention to GitHub Bug #907

Many of us are reliant on openid, this seem to be a conflict with recent authentication code.

It is not to do with the lightopenid code as far as I cans see. I have used the existing version and the curl version and they both validate (some minor changes are need for shared hosting but that is expected).

I wonder if it is to do with the postback.

grep is your friend.

Comments

  • Posts: 2,058 Accepted Answer
    I'll ping @Todd to see if he has the time to fix for .18, but sadly this may get left behind a while longer; we're stretched a bit thin. :/

    Vanilla developer [GitHub, Twitter]

  • x00x00
    Posts: 1,546
    Meanwhile I'm looking into this, if it wasn't so elusive I would have fixed it by now. I'm going to go back a few versions, becuase I don't think the plugin code has changed much.

    I recommended in the next update that you use the curl version of LightOpenID, there is no good reason to use f* based transfers. There is a little modification that makes is shared hosting friendly.

    I think the twitter, or another authenticator used curl for everything except to get the credentials, bit of a waste.

    grep is your friend.

  • x00x00
    Posts: 1,546
    Solved. See GitHub Bug #907

    Once openid is validated. It needs to be carried over the various stages. Otherwise you end up going round in circles, it can't be validated twice.

    grep is your friend.

  • x00x00
    Posts: 1,546
    @Lincoln can you put [solution] in the title. Thanks

    grep is your friend.

  • Posts: 2,058
    Sure thing. I'll have Todd take a look tomorrow. Thanks!

    Vanilla developer [GitHub, Twitter]

Sign In or Register to comment.