Closed
Description
sessionToken is removed when query in Cloud code with Master Key. due to changes of #1498.
I do some experiment on parse.com
==> when /1/login with username and password, it returns
{
"sessionToken": "r:NmElS2PLfszu5fPnwtGbaa4L9",
"authData": {...}
}
==> when /1/users/my_objectId with MasterKey, it returns
{
"sessionToken": "u5fPnwtGNmElS2PLfszbaa4L9",
"authData":{...}
}
This shows that parse.com will return sessionToken (the legancy session token, not revocable token). But after #1498, this feature is not the same with official parse.com .
I'm getting confused. Should i change my cloud code to fit changes of #1498 or #1498 should be rollback.
Metadata
Metadata
Assignees
Labels
No labels