omniauth
what is the omniauth & email-password registration best practice?
What is the best practice for combining Facebook login (let\'s say I\'ll use Omniauth gem) and email+password login?[详细]
2023-04-01 00:41 分类:问答Devise with Omniauth for facebook authentication
I am running ruby 1.9.2p18, Devise (1.3.4), Rails (3.0.4) and Omniauth (0.2.6). Currently I have my webpage doing authentication with Devise, and it works fine.[详细]
2023-03-31 19:39 分类:问答Rails: Google login with omniauth
I\'m using Devise & Omniauth on my rails 3.0.7 app, and I\'ve already set up a functioning twitter and facebook logins. I just got Google Apps login working through omniauth with the following lin[详细]
2023-03-30 20:07 分类:问答Facebook omniauth callback and #_
I use Rails 开发者_StackOverflow社区3.1, Devise and Omniauth. The problem is that when facebook callbacks to my app[详细]
2023-03-30 02:53 分类:问答OmniAuth on Heroku with custom domain results in Application Error
I have an application on Heroku which uses omniauth and authenticates correctly when I visit myapplication.heroku.c开发者_开发百科om/auth/open_id, input my google endpoint, and get redirected back.[详细]
2023-03-29 19:58 分类:问答getting "OpenSSL read server certificate B: certificate verify failed" error, but ONLY for Twitter
I have a rails website (reccr.com) that uses omniauth to authenticate users with several different options, including Facebook and Twitter (using OAuth) and a few others (using OpenID). Lately, howeve[详细]
2023-03-29 19:50 分类:问答Devise, Omniauth and Twitter
I\'m working on a Rails 3 app that uses devise and omniauth and followed the examples given in https://github.com/plataformatec/devise/wiki/OmniAuth%3A-Overview and it worked well for Facebook account[详细]
2023-03-29 02:23 分类:问答Can I name the Omniauth authentication routes?
I\'ve added Omniauth to my rails 3.1 project and it all works fine. When I visit hostname/auth/facebook I\'m brought to a page where I can authorize access to my Facebook accou开发者_Python百科nt as y[详细]
2023-03-28 13:06 分类:问答Devise + Omniauth - testing - getting no route matches "/oauth/authorize"
I\'m trying to write tests for authentication with Twitter and Facebook. I am using Devise and Omniauth. When I try it out it works correctly, but I can\'t get the tests to pass for it.[详细]
2023-03-28 02:27 分类:问答omniauth w/ Twitter not working on rails 3.1.0.rc5
I have a Rails app running on 3.1.0.rc5, and I\'ve setup omniauth for twitter exactly the same as seen here (https://github.com/sferik/sign-in-with-twitter) but it\'s still not working.[详细]
2023-03-28 00:33 分类:问答