Clebeuf / beLocal

Connecting local farmers and foodmakers with the community.
http://belocalvictoria.me
Other
4 stars 0 forks source link

Access to REST API #102

Open sheoranjs24 opened 9 years ago

sheoranjs24 commented 9 years ago

Block public access to API calls that do not have a public url (i.e not appended with /public/).

scottlow commented 9 years ago

We may be able to IP whitelist using something similar to this: http://www.django-rest-framework.org/api-guide/permissions/#examples so that only requests from our server will work.

scottlow commented 9 years ago

@sheoranjs24 This is in review right now on ZenHub, but did #128 solve this? If not, should it still be in review?

sheoranjs24 commented 9 years ago

My apologies. I removed ZenHub plugin from Google Chrome, only to find out that I could not see ZenHub UI on Github anymore.

sheoranjs24 commented 9 years ago

This issue is not solved.