I'm not sure if this was set before, but loginTokens are really big and without any cleanup they are increasing the size of my database. What is being done about this? what others do to handle it. By default, I mean Meteor.users.services , which has an array of loginTokens that are created every time a user logs in / out
"resume" : { "loginTokens" : [ { "token" : "HMntXepqzPBLDGkGX", "when" : 1372559065392 }, { "token" : "uCHqA95HZZyN5tRtH", "when" : 1372563545565 }, { "token" : "sNGZhhATTrTg8582w", "when" : 1372622561176 }, { "token" : "hPWpm4uQQXWrkK6NS", "when" : 1372634411432 }, { "token" : "DFntTEcsKKT6bJ3rx", "when" : 1372635411745 }, { "token" : "BBM3acLQhuNtsHvkn", "when" : 1372638979158 }, { "token" : "EHgLLHMh6JWxKfuoe", "when" : 1372825386462 } ] }
source share