I am wondering how to use Authlogic to automatically register a user who prefers to use an open identifier. Right now they have to register first before logging in, even if they choose an open identifier, but I would prefer that they can just connect directly, I get all the necessary data from an open identifier provider. But I'm not sure how to do this?
Would I do this inside my user session controller or is there some fancy way to extend authlogic inside the model?
If someone can point me in the right direction, I would be grateful.
Here is an example of what I have with two pages now:
http://morning-warrior-55.heroku.com/
Thanks,
source share