Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 489 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 489 Bytes

hawknet

Hawk protocol implementation for .NET. Hawk is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial HTTP request cryptographic verification.

The project includes a basic library for generating/verifying a Hawk authorization header, and set of integration projects for existing web frameworks such as ASP.NET Web API or ServiceStack. An OWIN handler is also included, which can used for any OWIN compatible implementation.