Login method should return syncano object
Closed this issue · 0 comments
kellyjandrews commented
var account = syncano.login({email: 'email_address', password: 'password'});
This should return a new account scope object by the library. User login should work the same way.