I have a Wordpress web site and I am using its APIs to build a mobile application.Some of them require authentication and others don't
I want help. should I send username and password with every request, or just send it once?And if once, how can I guarantee the API user would still be logged in?