|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
## Files documented
|
|
|
|
|
|
+* package.js
|
|
|
* url_client.js
|
|
|
* url_server.js
|
|
|
|
|
@@ -43,3 +44,32 @@
|
|
|
|
|
|
* `defaultSuccessHandler()` : suspends autologin, invokes other handles for the same hash, passing them a closure capable of enabling autologin.
|
|
|
|
|
|
+## Dependencies / Exports (`package.js`)
|
|
|
+### Exports
|
|
|
+
|
|
|
+| Symbol | Client | Server | Test |
|
|
|
+|------------------|:------:|:------:|:----:|
|
|
|
+| Accounts | O | O | O |
|
|
|
+| AccountsClient | O | | |
|
|
|
+| AccountsServer | | O | |
|
|
|
+| AccountsTest | | | O |
|
|
|
+
|
|
|
+### Dependencies
|
|
|
+
|
|
|
+| Package | Client | Server | Specifics |
|
|
|
+|-----------------------|:------:|:-------:|------------|
|
|
|
+| underscore | O | O |
|
|
|
+| ecmascript | O | O |
|
|
|
+| ddp-rate-limiter | O | O |
|
|
|
+| localstorage | O | |
|
|
|
+| tracker | O | |
|
|
|
+| check | | O |
|
|
|
+| random | O | O |
|
|
|
+| ejson | | O |
|
|
|
+| callback-hook | O | O |
|
|
|
+| service-configuration | O | O | unordered (needs Accounts.connection)
|
|
|
+| ddp | O | O |
|
|
|
+| mongo | O | O | expected abstraction in the future
|
|
|
+| blaze | O | | weak: define {{currentUser}}
|
|
|
+| autopublish | | O | weak: publish extra users fields
|
|
|
+| oauth-encryption | | O | weak
|