What is the simple way in Rails to do user authentication via Google? Thanks, Alex. -- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/2tPpb6vLOf4J. For more options, visit https://groups.google.com/groups/opt_out.
AlexD wrote in post #1074276:> What is the simple way in Rails to do user authentication via Google?OmniAuth: https://github.com/intridea/omniauth Authentication strategies: https://github.com/intridea/omniauth/wiki/List-of-Strategies Google specific strategies: https://github.com/Yesware/omniauth-google https://github.com/zquestz/omniauth-google-oauth2 -- 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 https://groups.google.com/groups/opt_out.