Standard HTTP authentication for SOAP passed a password, etc. in clear text, and I'm looking for an alternative, possibly key-based, web services authentication mechanism instead of a password.
OAuth is gaining in popularity; would be appropriate, and how would I implement it? Or maybe there are other methods that I should use.
The project itself is relatively simple, and only one or two methods should be disclosed, but safety is of the utmost importance.
source share