dragooon / hawk
Hawk
Installs: 40 737
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 4
Open Issues: 1
Requires
- php: >=5.4.0
- ircmaxell/random-lib: ^1.0@dev
Requires (Dev)
- codeclimate/php-test-reporter: ~0.1@dev
- phpunit/phpunit: ~4.5
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2025-01-08 21:44:15 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)