소스 검색

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.