I have an android app. It has a backend server.
What is the best way to verify that the request is made through my app ?
currently I use google auth token to verify user. Is there any other better way ?? Backend is in PHP and hosted on VPS (not using any BaaS service).