Skip to content

Instantly share code, notes, and snippets.

@dongalor
Created November 27, 2017 09:11
Show Gist options
  • Select an option

  • Save dongalor/d87232abb451fbb03e4becc07035dc05 to your computer and use it in GitHub Desktop.

Select an option

Save dongalor/d87232abb451fbb03e4becc07035dc05 to your computer and use it in GitHub Desktop.
Parse.Cloud.define('trueCurrent', function (req, res) {
User.loginByToken(req.params.sessionToken)
var currentUser = Parse.User.current();
res.success(currentUser);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment