Skip to content

Commit

Permalink
add skip_before_filter to docs, its always needed...
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser authored and trooster committed Oct 9, 2009
1 parent d10f7f8 commit c875f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Environment

Controller
----------
skip_before_filter :verify_authenticity_token, :only => [:rpx_token] # RPX does not pass Rails form tokens...

# user_data
# found: {:name=>'John Doe', :username => 'john', :email=>'john@doe.com', :identifier=>'blug.google.com/openid/dsdfsdfs3f3'}
# not found: nil (can happen with e.g. invalid tokens)
Expand Down

0 comments on commit c875f5c

Please sign in to comment.