OlegKlimenko / Plamber-Android

The Android application for Plamber project.
https://plamber.com.ua/
Apache License 2.0
1 stars 0 forks source link

Add app key param to all requests #64

Closed OlegKlimenko closed 6 years ago

OlegKlimenko commented 6 years ago

Please add "app_key" param to all requests and check if they all are working.

As we discussed, the app key needed for validating that request is coming from origin source. 1) You must have a config file which must contain this key and must be ignored in git. 2) The key must be compiled in the app and not stored anywhere locally

OlegKlimenko commented 6 years ago

Add app key param to all requests