Index: branches/extensions-realtime/IdentityApi/IdentityApi.class.php |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Return authentication parameters for currently logged in user, or null |
| 17 | + * Side effect: adds other data to memcached, identified via token, so it can be checked by remote service |
17 | 18 | * @return {Null|Array} |
18 | 19 | */ |
19 | 20 | public static function getAuthParams() { |