authlogic_openid
authlogic_openid copied to clipboard
Extension of the Authlogic library to add OpenID support.
I originally posted this as a AuthLogic Lighthouse ticket, so I'll simply include a link to the ticket. Note that I found the cause of the problem and propose a...
Is there a way to alter the table name used? Or can the code be changed to quote the session table? ActiveRecord::StatementInvalid (OCIError: ORA-00903: invalid table name: SELECT data FROM...
authlogic v2.0.13 and authlogic-oid v1.0.4 When I submit an invalid open id to a new session ("goodopenid.com" in my case) I get the following error: Missing template user_sessions/create.erb in view...
On a new project, while trying to setup Authlogic and Authlogic OpenId I constantly run into that exception, which in turn unables me to create users / login users. I'm...
Can this Github repos be turned into gem? Now I only seem to find the 1.0.4 version :( Also I get a 'nil.params?' error when using in console / test....
It seems quite complicated to make login (using auto_register) work without forcing user to enter a password. I won't do any hacks as of not validating/requiring password fields, since those...
There haven't been any commits since June. Am I missing something? Is there a different gem, or a fork of this one that gets fixed more often?
Hi there, I need help writing the create() method in the users_controller. So perhaps this could label this as a "documentation bug". Anyway, in my users controller, I wrote this:...
Hi. It would be very nice if it was possible to merge the login and registration together. Example: As a user who never used the website. When I login with...
It would be nice if it supports more than one OpenID per user, so people can enter alternative ones.