Best way to secure Private REST API without user authentication for mobile app
问题 I am making some Restful APIs for my mobile application. The communication between APP and webserver has to be made in REST. These apis should be private , and only my app should able to call them for successful results. The tough part is, there is no user id and password required in my app so i do not know how could i restrict rest API with the mobile app without basic user authentication. One solution i thought was to embed some kind of hardcode string so when mobile app will use the