瀏覽代碼

Finished documenting.

Frederic G. MARAND 9 年之前
父節點
當前提交
9c51717b49
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/accounts-base/README.md

+ 3 - 0
docs/accounts-base/README.md

@@ -2,6 +2,7 @@
 
 ## Files documented
 
+* accounts_client.js
 * accounts_common.js
 * accounts_server.js
 * accounts_rate_limit.js
@@ -11,6 +12,8 @@
 * url_client.js
 * url_server.js
 
+Not documented: `localstorage_token.js` is supposed to be an opaque implementation detail.
+
 ## Architecture
 
 The accounts system is founded on the `users` collection and the notion of login tokens, which allow reconnecting.