Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/hawk
INACTIVE - HTTP Holder-Of-Key Authentication Scheme
https://github.com/mozilla/hawk
inactive unmaintained
Last synced: 7 days ago
JSON representation
INACTIVE - HTTP Holder-Of-Key Authentication Scheme
- Host: GitHub
- URL: https://github.com/mozilla/hawk
- Owner: mozilla
- License: other
- Archived: true
- Created: 2012-11-24T08:56:01.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:31:45.000Z (7 months ago)
- Last Synced: 2024-10-29T23:52:16.584Z (10 days ago)
- Topics: inactive, unmaintained
- Language: JavaScript
- Homepage:
- Size: 792 KB
- Stars: 1,907
- Watchers: 59
- Forks: 169
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - mozilla/hawk - INACTIVE - HTTP Holder-Of-Key Authentication Scheme (JavaScript)
- awesome-starred - mozilla/hawk - HTTP Holder-Of-Key Authentication Scheme (others)
README
> [!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.