milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

User.current_user() when a valid session token is provided #90

Closed deanq closed 9 years ago

deanq commented 9 years ago

This is equivalent to Parse.User.current_user() in other platforms. By providing a valid session token (from a session cookie or other means), the current user can be extracted from it.

This would also be useful for verifying a user session token. See Parse Documentation.