From 2621007b1a026cb221d687ae23c61764cc663813 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 22 Oct 2020 22:17:32 +0000 Subject: [PATCH] some history --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 508f672..e1fea69 100755 --- a/README.md +++ b/README.md @@ -3,3 +3,17 @@ #### 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.