themars

Results 1 issues of themars

Method "retrieve" in MongoAuth works not good enough. When session ends var $id will be string not a MongoId object, to fix this just do next: ``` public function retrieve($id)...