简体   繁体   English

Devise + Google Apps OAuth

[英]Devise + Google Apps OAuth

I'm trying to add Google Apps authentication to my Rails (3) app using Devise (1.2.1). 我正在尝试使用Devise(1.2.1)将Google Apps身份验证添加到我的Rails(3)应用程序中。 Thing is, I can't find anything that helpful on the interwebs other than the small mention in the devise wiki. 事实是,除了devise Wiki中的一小部分,我找不到任何对互联网有用的东西。

Question is, is this possible, and are there any examples out there I can check out? 问题是,这有可能吗?有没有可以检查的示例?

Devise is to make your web application authenticate users. 目的是使您的Web应用程序对用户进行身份验证。 If you wanт users to login into your app with Google ID then look into OpenID . 如果您希望用户使用Google ID登录到您的应用,请查看OpenID If you want to connect to Google services you need to implement Oauth client 如果要连接到Google服务,则需要实现Oauth客户端

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM