I used the Net::OpenID::Consumer and Net::OpenID::Server modules in production at my last gig and in tests for recent applications -- a dummy server to test consumer stuff -- and they have worked well. I have written to, and received an immediate response from, Brad Fitzpatrick, regarding a problem I was having (which turned out to be operator error and not a problem with the code). It's been 10 months since I looked at the differences between the 1.1 and 2.0 specs but I'm sure if something doesn't work for you and you can work out how to fix/add it you could submit a patch.

I recommend against the JanRain stuff on the CPAN. It doesn't pass any of its tests and while they have a nice community (a friendly and helpful mailing list and good site docs) I had to spelunk some of their PHP and it was lacking in error checking which made a couple of problems I had *much* harder than they needed to be.


In reply to Re: Which OpenID consumer library? by Your Mother
in thread Which OpenID consumer library? by brunnock

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.