views:

7

answers:

0

I've been following the railscast (170) on openid + authlogic. So far, I've got everything just about working. I bumped into some trouble midway through but this was solved by using mreinsch's forked version of the authlogic_openid gem: http://github.com/mreinsch/authlogic_openid/commit/9b802c347f5addebcbce945af3b5f80b3ee7b214

Anyway, it seems I'm able to create a session but when I want to register an account it seems as though it is incapable of getting the user details (nickname/email) from yahoo / google / whatever. In the log the most descriptive error I get is:

OpenIdAuthentication.store is nil. Using in-memory store

Anybody been through this before?