This is the Java implementation of the Hawk protocol. It attempts to provide packages for generic client and server functionality, along with specific implementations for popular Java products.
The current version of the Hawk protocol supported is 1.0. However note that this implementation does not support the Server-Authorization
response header at this time.
Details of how to use Hawk in your Java project are available at the main Hawk site here.
The Hawk libraries will attempt to keep up-to-date with the main release of Hawk. If you have any comments or suggestions on the protocol them please raise them there. If you have any comments or suggestions on this Java implementation then please raise them here.
This project is copyright Weald Technology Trading Limited and is licensed under the Apache license version 2.0.