Hawk is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial HTTP request cryptographic verification. — hawk README
This implementation is a fork of the PHP port of Hawk at dflydev/dflydev-hawk
Hawk's library is divided into two main parts, Client and Server. See docs/Client.md and docs/Server.md for respective example on how to use them.
The MIT License (See LICENSE)
Originally based on dflydev/dflydev-hawk (licensed under MIT)