Code Monkey home page Code Monkey logo

Comments (4)

gonzalo-bulnes avatar gonzalo-bulnes commented on May 26, 2024

I almost certainly did something wrong : /
I'll take a look at it this week-end, thanks Paul for reporting.

from simple_token_authentication.

AhmedAttyah avatar AhmedAttyah commented on May 26, 2024

i confirm that issue

from simple_token_authentication.

gonzalo-bulnes avatar gonzalo-bulnes commented on May 26, 2024

Hi both of you, I took a look at it this week-end, and think it's really time to setup some automated testing. I was thinking in installing Cucumber, Appraisal and Aruba in order to setup the dummy app for each version of Rails we care about and be able to write Cucumber scenarii where acts_as_token_authentication_handler was called and others where it wasn't. I know how to test authorization and API responses easily with some API steps I'm working with (mostly at work for now). However, the Cucumber-Appraisal-Aruba setup for a dummy app is new for me and will take more time that I had this week-end. Again, thanks @pdobb and @AhmedAttyah for reporting and confirming, I'll tag this issue as a confirmed bug.

By the way, I supect I did something wrong implementing the acts_as_... pattern (guide, explanation - starts at slide 72), and that I should have wrapped the before_filters into a method which would be called by acts_as_token_authentication_handler(), something like set_before_filters().
Or maybe something like this could be enough:

#  lib/simple_token_authentication/acts_as_token_authentication_handler.rb

# ...

def acts_as_token_authentication_handler(options = {})
  include SimpleTokenAuthentication::ActsAsTokenAuthenticationHandler

  # 'm not sure at all about syntax, it's just to illustrate the idea:
  include private :authenticate_user_from_token!
  include before_filter :authenticate_user_from_token!
  include before_filter :authenticate_user!
end

# ...

If you want to give it a try while I setup the test environment, please feel free to do it : )

from simple_token_authentication.

hunterboerner avatar hunterboerner commented on May 26, 2024

Same problem here. Only installed the gem and now I am forced to login.

from simple_token_authentication.

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.