<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,6 +19,7 @@ It has to be sent for each request in either one of this two ways:
 
   e.g `curl -H &quot;X-FreckleToken:10ee9d50a2f540518c5d1f9448e43f96056af626&quot; http://myfreckle.letsfreckle.com/api/projects.xml`
 
+*Note*: To simplify authentication on mobile devices, the token can be received with the *api_auth_token* call, see the users section for more information.
 
 API Test Account
 ----------------</diff>
      <filename>gereral.mkdn</filename>
    </modified>
    <modified>
      <diff>@@ -73,3 +73,21 @@ Error Response Codes:
 
     An error occurred. The API call was not processed correctly and should be retried later.
 
+Receive a user's auth token
+---------------------------
+
+Note: This call is only available through HTTPS
+
+Note: This call requireds HTTP Basic Authentiaction
+    
+HTTPS GET to /api/user/api_auth_token.xml
+
+    curl https://test:testtest@apitest.letsfreckle.com/api/user/api_auth_token.xml
+
+Response
+
+    &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+    &lt;user&gt;
+      &lt;api-auth-token&gt;d5qbub49eq79x054y7r0qffc2b60i9a&lt;/api-auth-token&gt;
+    &lt;/user&gt;
+    
\ No newline at end of file</diff>
      <filename>users.mkdn</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>94838e0d98a518fad39095566f1fddfc2850c1c3</id>
    </parent>
  </parents>
  <author>
    <name>Dieter Komendera</name>
    <email>dieter@komendera.com</email>
  </author>
  <url>http://github.com/madrobby/freckle-apidocs/commit/184d378a539ef65d2ecd7ed11880a22529683f0a</url>
  <id>184d378a539ef65d2ecd7ed11880a22529683f0a</id>
  <committed-date>2009-10-16T03:56:15-07:00</committed-date>
  <authored-date>2009-10-16T03:56:15-07:00</authored-date>
  <message>Add docs for api_auth_token call.</message>
  <tree>5a32d5061ca58e726bc9300545d5ba9612cb4308</tree>
  <committer>
    <name>Dieter Komendera</name>
    <email>dieter@komendera.com</email>
  </committer>
</commit>
