brunnock has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to allow users to login to my apps with OpenID.
It appears that the most popular solution is a module called Net::OpenID::Consumer, however it appears that this module supports OpenID 1.1 and has not been upgraded to support OpenID 2.0.
There's a newer library called OpenID4Perl, but it's not on CPAN. You have to download it with subversion. Anyways, it appears that this library hasn't been updated since 2006.
So, should I use Net::OpenID::Consumer, OpenID4Perl, or roll my own?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Which OpenID consumer library?
by jettero (Monsignor) on Aug 10, 2008 at 16:04 UTC | |
|
Re: Which OpenID consumer library?
by Your Mother (Archbishop) on Aug 10, 2008 at 17:42 UTC |