Hello,
I need to implement an authentication in my client application against my server application. I don't want users to enter any kind of credentials and I don't want to hard-code any password.
The purpose is to prevent other people/application to steal data from the server.
What is the best way to achieve this?