Skip to content

Parse.User.logIn only works with {useMasterKey: true} as option #300

@thibauddavid

Description

@thibauddavid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions