milesrichardson / ParsePy

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

with MasterKey('key'): #120

Closed jpoehnelt closed 9 years ago

jpoehnelt commented 9 years ago

This new class allows you to easy elevate the privilege to master level and then automatically removes the master key from the ACCESS_KEYS.

Also fixes SessionToken exit with tests

mwcbrent commented 9 years ago

:+1: