GithubHelp home page GithubHelp logo

Comments (12)

 avatar commented on April 29, 2024

i think it was the scoping not accepting :for => :user when I was on admin/sign_in

from devise_facebook_connectable.

grimen avatar grimen commented on April 29, 2024

OK, thanks, will look into this.

from devise_facebook_connectable.

 avatar commented on April 29, 2024

http://github.com/bitzesty/devise_facebook_connectable/commit/7ec31fc2b49e33aaa5e10fa8188987c8cbeebff2

from devise_facebook_connectable.

grimen avatar grimen commented on April 29, 2024

Nested trap - is that really a best practice for warden/devise? I didn't see "pass" used in Devise authenticatable module, could you maybe elaborate on why it's needed for facebook_connectable? Feels incorrect when authenticatable is not doing this - should be same-same, right?

from devise_facebook_connectable.

 avatar commented on April 29, 2024

Probably not best practice anywhere, however i need to do this as this strategy is called even when a model (such as my admin model) does not have facebook_connectable. pass is just the same as do nothing and try the next strategy, which is what i want.

The better way to achieve this would be to check if the model responded to facebook_connect then just pass if it doesn't. however I needed to hack this up quick

from devise_facebook_connectable.

grimen avatar grimen commented on April 29, 2024

OK, cool. Your second suggestion is most probably better. Will look on it when I get some time.

from devise_facebook_connectable.

 avatar commented on April 29, 2024

Warden::Strategies are stored as a hash not an array, which explains why I only occasionally hit this error, as sometimes the normal auth strategy is chosen first

from devise_facebook_connectable.

 avatar commented on April 29, 2024

i'm tired - it's late just looked at warden more closely and the correct place for klass.respond_to?(:facebook_connect) is in valid?

from devise_facebook_connectable.

 avatar commented on April 29, 2024

http://github.com/bitzesty/devise_facebook_connectable/commit/31a0b3a561ddb0b5d021a018265fa5b4dec064bf

from devise_facebook_connectable.

grimen avatar grimen commented on April 29, 2024

I cannot reproduce this at all, but I posted this in Devise mailing list to be sure.

from devise_facebook_connectable.

grimen avatar grimen commented on April 29, 2024

This commit "should" solve this:

http://github.com/grimen/devise_facebook_connectable/commit/77d27440b5da3ab7a9edcc209f7d92ba67bbf2fb

Can you clone, build the gem, and try in your project please? I could not re-produce so...

from devise_facebook_connectable.

grimen avatar grimen commented on April 29, 2024

Hah, the reason I could not re-produce this was that I fixed the issue before I tried it. Didn't know that was the issue by then, so now I could reproduce this and the commit above fixes the issue. Now I'll bump the gem.

from devise_facebook_connectable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.