dragooon/hawk

dev-master / 1.0.x-dev 2015-10-14 19:42 UTC

This package is not auto-updated.

Last update: 2024-05-01 18:17:12 UTC


README

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

Usage

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.

License

The MIT License (See LICENSE)

Originally based on dflydev/dflydev-hawk (licensed under MIT)