<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -214,5 +214,18 @@ You can support it in your app by changing #open_id_authentication
         { :login =&gt; 'nickname', :email =&gt; 'email', :display_name =&gt; 'fullname' }
       end
 
+Attribute Exchange OpenID Extension
+===================================
+
+Some OpenID providers also support the OpenID AX (attribute exchange) protocol for exchanging identity information between endpoints.  See more: http://openid.net/specs/openid-attribute-exchange-1_0.html
+
+Accessing AX data is very similar to the Simple Registration process, described above -- just add the URI identifier for the AX field to your :optional or :required parameters.  For example:
+
+        authenticate_with_open_id(identity_url, 
+            :required =&gt; [ :email, 'http://schema.openid.net/birthDate' ]) do |result, identity_url, registration|
+      
+This would provide the sreg data for :email, and the AX data for 'http://schema.openid.net/birthDate'
+
+
 
 Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb3698d982693bb8df2a8248aff8d775b22d6f61</id>
    </parent>
  </parents>
  <author>
    <name>Peat Bakke</name>
    <email>peat@peat.org</email>
  </author>
  <url>http://github.com/rails/open_id_authentication/commit/e2b2ae5a04aa61a0d52e591b2ef702840c8f5ed3</url>
  <id>e2b2ae5a04aa61a0d52e591b2ef702840c8f5ed3</id>
  <committed-date>2009-01-12T13:14:00-08:00</committed-date>
  <authored-date>2009-01-12T12:11:15-08:00</authored-date>
  <message>Added short section for AX data requests</message>
  <tree>4308f4fb158472ef011f5d1b2718269b92f6457f</tree>
  <committer>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </committer>
</commit>
