Hi,
When using Parse.User.logIn(username, password) I get
error: ParseError { code: 141, message: ParseError { code: undefined, message: 'unauthorized' } }
using VERBOSE=1.
To get it to work, I need to use Parse.User.logIn(username, password, {useMasterKey : true}) which wasn't the case using CloudCode. It doesn't seem to make sens neither to need to use the master key in order to be able to login.