pcibraro / hawknet

Hawk protocol implementation for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hawk protocol implementation for .NET

License:MIT License


Languages

Language:C# 88.4%Language:JavaScript 10.8%Language:HTML 0.7%Language:ASP 0.0%