HTTP Holder-Of-Key Authentication Scheme
Перейти к файлу
Hal Wine c1dd59bf0c
Update history for current status (#296)
* Update README.md
2024-04-05 18:31:44 +02:00
.github/workflows Migrate CodeQL to V2 2023-07-10 10:25:39 +02:00
lib Revert "Security fix" 2024-04-02 16:26:00 +02:00
test Revert "Security fix" 2024-04-02 16:26:00 +02:00
.gitignore add repo files (fixes #271) 2020-10-22 21:40:06 +00:00
.taskcluster.yml switch from Travis-CI to Taskcluster (and drop multiple HAPI version checks) 2020-10-22 22:07:48 +00:00
API.md Remove remnants of the browser-specific version 2020-12-08 22:13:03 +00:00
CODE_OF_CONDUCT.md add repo files (fixes #271) 2020-10-22 21:40:06 +00:00
CONTRIBUTING.md add repo files (fixes #271) 2020-10-22 21:40:06 +00:00
LICENSE.md
README.md Update history for current status (#296) 2024-04-05 18:31:44 +02:00
SECURITY.md add repo files (fixes #271) 2020-10-22 21:40:06 +00:00
package.json 9.0.2 2024-04-02 16:42:03 +02:00

README.md

[!Important] Mozilla has archived this repository because both the protocol and documentation have reached completion, with no further updates or changes necessary.

While the existing code will remain available for reference or fork, no further updates or support should be expected.

hawk

HTTP Holder-Of-Key Authentication Scheme.

Documentation of the protocol, and the JS API, is in https://github.com/mozilla/hawk/blob/main/API.md.

Ownership Changes

This was once hueniverse/hawk and relased as hawk. Then, after the 7.0.10 release, it was moved to the hapijs/hawk repository and released as @hapi/hawk. Hapi later de-supported the library, after releasing version 8.0.0. It has since been moved to mozilla/hawk and is again released as hawk. All of the intermediate versions are also relased as hawk.

Changes are represented in GitHub releases on this repository.

Mozilla maintains several Hawk implementations in different langauages, so it is likely to stay at Mozilla for some time.

This library is in "maintenance mode" -- no features will be added, and only security-related bugfixes will be applied.