Update History.md for token deletion

This commit is contained in:
Emily Stark
2013-09-11 13:48:05 -07:00
parent aaf6c8a28a
commit 00a70b7899

View File

@@ -3,6 +3,10 @@
* Write dates to Mongo as ISODate rather than Integer; existing data can be
converted by passing it through `new Date()`. #1228
* Login token deletion: Expire login tokens periodically. Add
Meteor._logoutAllOthers() for logging out other connections logged in as the
current user. Log out and close connections for deleted users and tokens.
## v0.6.5.1