I\'m really not interested in WCF samples. The DotNetOpenAuth implementations that I found are also incomplete or assume WCF. I\'ve found Thinkitecture.IdentityServer.45 which i
Basically, HMAC authentication is enough to solve your problem, check out in here:
How to secure an ASP.NET Web API
And:
Web API creating API keys