@@ -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.