I\'m using Omniauth with Devise to authenticate users via Facebook for a web app I\'m writing using Rails 3.0.4
If I click destroy on any record for my 3 models models, the user gets logged out. I\'m using Devise and Ominauth.
I am using OmniAuth and Devise to authenticate users. I would like users that have signed up using OmniAuth providers to be able to set an optional password (needed for API authentication) but I\'m ru
I\'m using OmniAuth with Rails 3.1.4 and I\'m trying to allow already authenticated users to associate multiple OpenID providers with their account.
I\'m using OmniAuth, and after logging in via Facebook, I get my omniauth.auth key, which looks like this:
I want rails to either update or store the Comment after a user did a successfull loging trough omniauth (Twitter, Facebook or OpenID).
how do I configure a new windows-live provider using omniauth? I tried the followi开发者_开发百科ng with no success:
My current /config/initializers/omniauth.rb file contains: Rails.application.config.middleware.use OmniAuth::Builder do
I have a rails app that is accessible from 2 domains. Facebook requires me to register a facebook app for each of these domains and gives me credentials for each. With Omniauth I can only specify one
After authenticating with Omniauth/facebook, checkins dont seem to be included inside the data hash I am receiving from request.env[\"omniauth.auth\"], I have authorized 开发者_如何学编程for checkins