# File lib/oauth/controllers/application_controller_methods.rb, line 31
        def before(controller)
          Authenticator.new(controller,@strategies).allow?
        end