REST APIs that serve their content via HTTP have limited options for authentication. One of these is request signing. With a little bit of custom specification the standard approach HMAC can be utilized for efficient and secure authentication. In my last blog entry I explained an approach for using API Keys in a REST API. This approach has a significant drawback, which comes from the necessity...
Read More