Pārlūkot izejas kodu

Finished documenting.

Frederic G. MARAND 9 gadi atpakaļ
vecāks
revīzija
9c51717b49
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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.