open-id-authentication

Retrieve OpenID AX attributes from Google / Yahoo in Rails

I'm using the rails plugin open_id_authentication in my app. This works for MyOpenID, however authenticating with Google I can't get the email address as part of the required attributes. From what I understand, Google ignores sreg attribute requests, and only listens to the AX schema for email address. Here's my code: def open_i...

open_id_authentication - "OpenIdAuthentication.store is nil. Using in-memory store." problem

Hi, I am trying to make the open_id_authentication plugin working. Initially was doing it with authlogic but abandoned because it feels like much more hassle the help. The problem is that I am getting OpenIdAuthentication.store is nil. Using in-memory store. warning in the log which prevents from authenticating users correctly. Here i...