December 10, 2014

Create Authentication for REST API

Authentication for REST API like done in amazon, facebook, dropbox they most probably conform to HMAC pattern. See here, here, here, and here.

alternatively