Skip to content

Commit

Permalink
updated README to remove TO BE DONE for issues 17 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
vkai authored and gr2m committed Dec 1, 2016
1 parent 23ff166 commit 7e60b31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,6 @@ admin.account('account123').tokens.add(properties)
<tr>
<th align="left">
<code>properties.type</code>
🐕 **TO BE DONE**: <a href="https://github.com/hoodiehq/hoodie-account-server-api/issues/17">17</a>
</th>
<td>String</td>
<td>Every token needs a type, for example <code>"passwordreset"</code></td>
Expand All @@ -1306,7 +1305,6 @@ admin.account('account123').tokens.add(properties)
<tr>
<th align="left">
<code>properties.timeout</code>
🐕 **TO BE DONE**: <a href="https://github.com/hoodiehq/hoodie-account-server-api/issues/18">18</a>
</th>
<td>Number</td>
<td>Time from now until expiration of token in seconds. Defaults to <code>7200</code> (2 hours)</td>
Expand Down

0 comments on commit 7e60b31

Please sign in to comment.