<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -150,6 +150,9 @@ module OpenIdAuthentication
     def open_id_redirect_url(open_id_request, return_to = nil, method = nil)
       open_id_request.return_to_args['_method'] = (method || request.method).to_s
       open_id_request.return_to_args['open_id_complete'] = '1'
+      if(method || request.method).to_s != 'get'
+        open_id_request.return_to_args[request_forgery_protection_token.to_s] = form_authenticity_token
+      end
       open_id_request.redirect_url(root_url, return_to || requested_url)
     end
 </diff>
      <filename>lib/open_id_authentication.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b7ca8685064fd2a528ae3aafe78f4e240a9d8496</id>
    </parent>
  </parents>
  <author>
    <name>herestomwiththeweather</name>
    <login>herestomwiththeweather</login>
    <email>herestomwiththeweather@gmail.com</email>
  </author>
  <url>http://github.com/herestomwiththeweather/open_id_authentication/commit/233c233faee8ec6d2cf8e7f63076014e1bb3e7db</url>
  <id>233c233faee8ec6d2cf8e7f63076014e1bb3e7db</id>
  <committed-date>2008-09-02T02:18:41-07:00</committed-date>
  <authored-date>2008-09-02T02:18:41-07:00</authored-date>
  <message>fix invalid authenticity token error.  borrowed from http://github.com/brianjlandau/open_id_authentication/commit/eba671dcd3538b823d3d45702dbd4779e9c51dcc</message>
  <tree>527a4b069f2321b79d7b1262cb7833df53abad96</tree>
  <committer>
    <name>herestomwiththeweather</name>
    <login>herestomwiththeweather</login>
    <email>herestomwiththeweather@gmail.com</email>
  </committer>
</commit>
