|
The same approach works great for web services with a REST API that must be accessed from desktop or iphone apps. See an example here http://cherevik.com/?p=57. One would think that OAuth would do the trick, but it does not work in a non-browser environment. A WSSE-based token scheme is better approach. |