Tech Notes
Search this site
Home
Artificial Intelligence
AutoIT
Web Development
Raspberry Pi
Python
System Tools
DevOps
Security
Availability
Performance
Privacy Policy
Security
>
Designing a Secure REST (Web) API without OAuth
posted
Aug 20, 2013, 2:02 PM
by Chris G
A great article describing how Amazon uses hashed values in order to authenticate web service calls from clients:
http://www.thebuzzmedia.com/designing-a-secure-rest-api-without-oauth-authentication/
Comments