Top "Omniauth" questions

OmniAuth is a flexible Ruby authentication library that standardizes multi-provider authentication for web applications

Handle OmniAuth::Error (invalid_credentials) for Identity Login

I'm using OmniAuth Identity for normal logins. Rails 3.2.3 and Ruby 1.9.3p194. Currently, when an existing user attempts to login with …

ruby-on-rails ruby omniauth
Devise Omniauth and Iphone/Android App

I've set up user auth for my rails App with Devise and Omniauth. Now I'm wondering where I should start …

iphone android ruby-on-rails devise omniauth
rails omniauth facebook extended permission

I have read the omniauth oauth rdoc @consumer = OAuth::Consumer.new(key, secret, { :site => "http://term.ie", :scheme => :…

ruby-on-rails oauth facebook-graph-api oauth-ruby omniauth
Devise Omniauth undefined method omniauth_authorize_path

I've noticed that when logging to Devise I have started to receive these error message. I'm using Devise 2.2.4 with Omniauth 1.1.4 …

devise omniauth ruby-on-rails-3.2
Setup multiple providers with devise :omniauthable

I just got "Devise 1.2 supports integration with OmniAuth tutorial" working but I'd like to setup multiple providers to refer the …

ruby-on-rails authentication oauth devise omniauth
Devise/Omniauth failure: How to debug it?

After trying to "log in with Google", I'm seeing this error in the logs: Processing by Users::OmniauthCallbacksController#failure as …

ruby-on-rails ruby devise omniauth
Rails 3 - Devise With OmniAuth - Redirect after signing in goes to /users/sign_in

Im using devise with omniauth for signing in users with facebook. I want them to be redirected after signing in …

ruby-on-rails redirect login devise omniauth
Facebook token expiration and renewal, with Koala and omniauth-facebook

I'm writing a Rails app that uses omniauth-facebook to authenticate the user against FB (and to get a FB OAuth …

ruby-on-rails omniauth koala
Rails Google Client API - unable to exchange a refresh token for access token

After struggling with some SSL issues on my machine, I'm still trying to access a user's Blogger account through the …

ruby-on-rails oauth-2.0 omniauth access-token google-api-client
OmniAuth::NoSessionError - You must provide a session to use OmniAuth. (configured in devise)

Hi I am learning how to use omniauth as backend for ember app. when i run my application I get …

ruby-on-rails devise omniauth