anilsojitra
Posts: 0
Joined: Fri Jan 20, 2012 10:51 am

Securing pages

Hello. I participated in your really interesting webinar about integrating with parse.com

Please can you advise if there is a way of securing mobile web pages with login authentication so that there could be an administrator area where only authorised users could add data to parse.com

this would be good to provide a basic CMS to manage data on parse.com

anilsojitra
Posts: 0
Joined: Fri Jan 20, 2012 10:51 am

Securing pages

Also, please can you advise if it is possible to upload images via tiggzi to parse.com ?

I've got to say the simplicity of interfacing to REST is amazing and powerful. I would really appreciate it if you would advise how to upload images.

Thanks for your help.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Securing pages

You could use Parse's built-in User class - where users would first need to login to access their objects. You can also add ACL to each object (row) - that will define what user has access to what object. As I mentioned in the webinar, I'm planning to post a tutorial on how to do that.

As for uploading files, you can try using this API: https://parse.com/docs/rest#files

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Securing pages

Return to “Issues”