Does anyone know how to go about giving an option to login to a website with twitter, yahoo, google, facebook , ..... whatever credentials? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
v0n0
2010-Feb-16 09:01 UTC
Re: login with twitter, yahoo, google, facebook credentials......
Try with Devise and its strategies. http://github.com/plataformatec/devise/tree/master On Feb 16, 5:16 am, Me <chabg...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Does anyone know how to go about giving an option to login to a > website with twitter, yahoo, google, facebook , ..... whatever > credentials?-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Florent2
2010-Feb-16 14:01 UTC
Re: login with twitter, yahoo, google, facebook credentials......
On Feb 15, 11:16 pm, Me <chabg...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Does anyone know how to go about giving an option to login to a > website with twitter, yahoo, google, facebook , ..... whatever > credentials?You can try the RPX service https://rpxnow.com/ There is a Rails plugin http://github.com/grosser/rpx_now and an Authlogic extension http://github.com/tardate/authlogic_rpx and -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
kwerle-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org
2010-Feb-16 18:08 UTC
Re: login with twitter, yahoo, google, facebook credentials......
On Feb 15, 8:16 pm, Me <chabg...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Does anyone know how to go about giving an option to login to a > website with twitter, yahoo, google, facebook , ..... whatever > credentials?It sounds like you want to use OpenID: http://leancode.com/openid-for-rails/ --- Kurt Werle I am looking for a new rails job: http://www.circlew.org/kurt/pages/resume -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Chris Habgood
2010-Feb-16 19:56 UTC
Re: Re: login with twitter, yahoo, google, facebook credentials......
if everyone had an open-id that would work. On Tue, Feb 16, 2010 at 12:08 PM, kwerle-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org <kurt.werle-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> > > On Feb 15, 8:16 pm, Me <chabg...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Does anyone know how to go about giving an option to login to a > > website with twitter, yahoo, google, facebook , ..... whatever > > credentials? > > It sounds like you want to use OpenID: > http://leancode.com/openid-for-rails/ > > --- > Kurt Werle > I am looking for a new rails job: http://www.circlew.org/kurt/pages/resume > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Robert Walker
2010-Feb-16 21:11 UTC
Re: Re: login with twitter, yahoo, google, facebook credent
Chris Habgood wrote:> if everyone had an open-id that would work.It''s getting to the point that nearly everyone already has an OpenID. You have one if: - You have a Google account - You have a Yahoo account - You have an AOL/AIM account - You have a Microsoft account - And may other OpenID providers Nearly everyone has at least one of these. Add Twitter authentication (with OAuth), and Facebook (using their API) then you have nearly everyone covered. For those few that don''t have any of these then fall back to a username/password authentication. -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
ben wiseley
2010-Feb-16 21:26 UTC
Re: Re: Re: login with twitter, yahoo, google, facebook credent
So how exactly does that work. Joe Shmo comes to my site and has a Google account... what do I ask them for - their gmail address? On Tue, Feb 16, 2010 at 1:11 PM, Robert Walker <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Chris Habgood wrote: > > if everyone had an open-id that would work. > > It''s getting to the point that nearly everyone already has an OpenID. > > You have one if: > - You have a Google account > - You have a Yahoo account > - You have an AOL/AIM account > - You have a Microsoft account > - And may other OpenID providers > > Nearly everyone has at least one of these. Add Twitter authentication > (with OAuth), and Facebook (using their API) then you have nearly > everyone covered. For those few that don''t have any of these then fall > back to a username/password authentication. > -- > Posted via http://www.ruby-forum.com/. > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Greg Donald
2010-Feb-16 21:29 UTC
Re: Re: Re: login with twitter, yahoo, google, facebook credent
On Tue, Feb 16, 2010 at 3:26 PM, ben wiseley <wiseleyb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> So how exactly does that work. Joe Shmo comes to my site and has a Google > account... what do I ask them for - their gmail address?http://code.google.com/apis/accounts/docs/OpenID.html -- Greg Donald destiney.com | gregdonald.com -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Robert Walker
2010-Feb-16 21:37 UTC
Re: Re: Re: login with twitter, yahoo, google, facebook cre
Ben Wiseley wrote:> So how exactly does that work. Joe Shmo comes to my site and has a > Google > account... what do I ask them for - their gmail address?https://www.google.com/accounts/o8/id Goggle provides the above URL for OpenID. During the conversation with Google''s OpenID provider they send you back the unique identity URL for the specific account. Google also provides OpenID support using a personalized URL via Google Profiles: http://google.com/profiles So if a user has a Google profile they may enter that as their OpenID URL. For example my Google profile URL is: http://www.google.com/profiles/r0b3rt4723 -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Ozgun Koyun
2010-Feb-18 00:32 UTC
Re: login with twitter, yahoo, google, facebook credentials......
Chris Habgood wrote:> Does anyone know how to go about giving an option to login to a > website with twitter, yahoo, google, facebook , ..... whatever > credentials?openid, facebooker -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.