Updates for session usage

This commit is contained in:
Fosco Marotto
2016-01-30 15:50:54 -08:00
parent 859333b311
commit 78b20d3b43
3 changed files with 14 additions and 3 deletions

View File

@@ -283,8 +283,7 @@ RestWrite.prototype.transformUser = function() {
'action': 'login',
'authProvider': 'password'
},
restricted: false,
expiresAt: 0
restricted: false
};
var create = new RestWrite(this.config, Auth.master(this.config),
'_Session', null, sessionData);