Re: [Catalyst] OpenID and SREG

2009-07-05 Thread Trevor Phillips
On Sat, Jul 4, 2009 at 5:43 PM, Trevor Phillipstrevor.phill...@gmail.com wrote: Disappointingly, it looks like many providers don't offer SREG details - Google, Yahoo, LiveJournal didn't return anything. MyOpenID did though. Doing a bit more reading, it looks like Google won't support SREG,

Re: [Catalyst] OpenID and SREG

2009-07-04 Thread Ashley
On Jul 3, 2009, at 9:13 PM, Trevor Phillips wrote: Catalyst::Authentication::Credential::OpenID I've got the basics of Authentication working, but I'm having problems with SREG. The first problem is when using a .conf config, the docs say you can use: extension_args

Re: [Catalyst] OpenID and SREG

2009-07-04 Thread Trevor Phillips
On Sat, Jul 4, 2009 at 2:02 PM, Ashleya...@sedition.com wrote: The configuration examples are bad. Menno Blom provided the patch to support the stuff and I documented it incorrectly. I'm really sorry about this; it's been this way for a long time. I've been trying just this week to get a new

Re: [Catalyst] OpenID and SREG

2009-07-04 Thread Ashley
On Jul 4, 2009, at 2:43 AM, Trevor Phillips wrote: Are you referring to LWPx::ParanoidAgent exploding when a bad Identity URL is given? I tried using eval to get around it but that seems to clash with the rest of the workings of your library. No, the LWP debug clash. It's not that important

[Catalyst] OpenID and SREG

2009-07-03 Thread Trevor Phillips
I've only just started looking at OpenID, and would love to integrate it with Catalyst apps. Using Catalyst::Authentication::Credential::OpenID I've got the basics of Authentication working, but I'm having problems with SREG. The first problem is when using a .conf config, the docs say you can