srhyne / jQuery-Parse

An AJAX wrapper for the Parse.com REST API
212 stars 31 forks source link

Added support for a `session_token` parameter in $.parse.init #12

Closed brendannee closed 12 years ago

brendannee commented 12 years ago

If a session_token is present in $.parse.init, adds it to the request header

srhyne commented 12 years ago

Thank you Brendan! I've been really tied up lately. That was def needed.