On Fri, Sep 9, 2011 at 8:49 PM, Leonardo Mateo <[email protected]>wrote:
> Hi guys, > I have to implement a login using a Google account | Twitter account | > Windows Live account | Facebook account > I've never done this before and I've been researching a bit about the > available gems. > Does anyone has any recommendation for this? This is a Rails 3.1 > application. > I've found: > - openid > - rails_openid > - several active_record_openid with different word combination in > their names but all implies an active record storage. > > I'm not sure if I'll have to use a different gem for each account type > or if I can make it work with only one. > The main goal is to have a User model to be related with other > resources in the application but not to force the user to create > another username/password pair if (s)he prefers to use an already > existent one. > > Any advice will be appreciated. > > Thanks a lot in advance. > > > Take a look at https://github.com/intridea/omniauth -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

