omniauth
recursively convert hash containing non-UTF chars to UTF
I have a rogue gem (omniauth) which provides a hash of data containing ASCII-BIT8 strings that I would like to convert into UTF.[详细]
2023-04-04 03:44 分类:问答what precautions to take when linking an existing user with a fb account
I was going through devise omniauth documentation and came across the below snippet. It shows an example but in the note suggests that for an actual live app, precautions must be taken.[详细]
2023-04-04 02:27 分类:问答omniauth + devise "user/auth/facebook" magic route question
On a rails 3 app, I\'ve got these routes defined: devise_for :users, :controllers => {:omniauth_callbacks => \"users/omniauth_callbacks\", :registrations => \'registrations\'}, :path_names =[详细]
2023-04-04 00:40 分类:问答Devise: Using registerable and omniauthable in the same app
How can I use both registerable and omniauthable modules in Devise? Specifically I\'d like to be able to let users do the following:[详细]
2023-04-03 19:57 分类:问答rails omniauth and UTF-8 errors
I had a recent error using omniauth trying to populate some fields from Google\'s login Encoding::CompatibilityError: incompatible character encodings:[详细]
2023-04-03 08:23 分类:问答How to clear facebook session and cookie when using devise + omniauth + rails 3?
I implemented account creation and login using facebook connect using devise + omniauth on rails 3. My problem, however开发者_Go百科, is clearing facebook session and cookies when user logs out. Curre[详细]
2023-04-02 12:31 分类:问答Setting env when using rspec to test omniauth callbacks
I\'m having a strange problem when trying to set a callback for Facebook Authentication via Omniauth. In my controller (simplified to just the code necessary to show the error) I have:[详细]
2023-04-02 09:12 分类:问答Omniauth issues in rails 3.1.0
I have followed a screen cast form ryan bates railscast and every thing is working fine except when i change my methods like as follows:[详细]
2023-04-02 02:34 分类:问答What's this error that occurs when I attempt to install the omnisocial gem?
When I run bundle install after adding the omnisocial gem to my gem file, I get this when I have in fact already installed the latest version of the oa-core gem:[详细]
2023-04-02 02:25 分类:问答How to use http authentication in devise with an optional omniauth token as the authentication token
We have a rails app setup that uses devise & omniauth to allow logging in via facebook authentication. We also have a mobile app that is currently using http authentication to login to the rails a[详细]
2023-04-01 01:32 分类:问答