CodeBrowser / npm / hawk
hawk@9.0.2
// HTTP Hawk Authentication Scheme
$ npm install hawk
downloads/wk
1,406,502
license
BSD-3-Clause
version
9.0.2
published
Apr 2, 2024
What is hawk?
Hawk is an HTTP authentication scheme that uses cryptographic signatures to secure requests between clients and servers. Developers use it to authenticate API calls and prevent tampering without requiring HTTPS, though it's typically used alongside encrypted connections for complete security. It's useful when you need stateless, request-level authentication that doesn't rely on sending passwords or tokens in the clear.
Keywords
#http #authentication #scheme #hawk
Maintainers
taskcluster-bot, nlf, marsup, devinivy, nargonath