I did a website that is only allowed to people whose IP are whitelisted. Unfortunately for me, my client wants me to create an app. What I did, and it works since I've implemented a Basic Auth to allow my app to connect to the server.
But every time a user connects to the site without being whitelisted get an auth prompt, which I don't want to happen.
Is there any other way to allow my app to get server data (it's running on wordpress) than Basic Auth ?
Thank you