|
|
|
|
|
by lacker
5202 days ago
|
|
There is per-user authentication. The PFUser class (in iOS, Android is ParseUser) handles this sort of authentication automatically for you, and there are also hooks to do it with a bit more effort through the REST API. https://parse.com/docs/ios/api/Classes/PFUser.html If you have more specific questions about how to use this for an app, feel free to drop us a line at feedback at parse.com. |
|