myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2692] trunk/app/controllers/oauth_controller.rb:


From: noreply
Subject: [myexperiment-hackers] [2692] trunk/app/controllers/oauth_controller.rb: commented out ( now duplicate) oauth check in /oauth/access_token
Date: Wed, 7 Sep 2011 09:13:25 -0400 (EDT)

Revision
2692
Author
dgc
Date
2011-09-07 09:13:24 -0400 (Wed, 07 Sep 2011)

Log Message

commented out (now duplicate) oauth check in /oauth/access_token

Modified Paths

Diff

Modified: trunk/app/controllers/oauth_controller.rb (2691 => 2692)


--- trunk/app/controllers/oauth_controller.rb	2011-09-07 01:33:24 UTC (rev 2691)
+++ trunk/app/controllers/oauth_controller.rb	2011-09-07 13:13:24 UTC (rev 2692)
@@ -3,7 +3,7 @@
   before_filter :find_client_application_auth, : :edit, :update, :destroy]
   before_filter :login_or_oauth_required,:
   before_filter :verify_oauth_consumer_signature, :
-  before_filter :verify_oauth_request_token, :
+  # before_filter :verify_oauth_request_token, :
   # Uncomment the following if you are using restful_open_id_authentication
   skip_before_filter :verify_authenticity_token
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]