__init__.py
3.71 KB
-
Adding authentication methods, and figured out that Parse does return… · 413d7ce1
Adding authentication methods, and figured out that Parse does return sessionToken info if requests are made with master key set, so I'm adding a new way to setup the connection. Before any interaction with Parse, simply call ParseBase.register(app_id, rest_key, **optional_keys) and it will save them. So the library now becomes usable for applications both with or without the master key.
Raphael Lullis committed