Registry / auth / tent-hawk-go

tent-hawk-go

JSON →
library0.0.0-20161026210932-d341ea318957gogounverified

Implements the Hawk HTTP authentication scheme for request signing and verification.

go get github.com/tent/hawk-go
INSTALL
IMPORT
SIG · TENT-HAWK-GO
T
tent-hawk-go
authgov0.0.0-20161026210932-d341ea318957
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hawk
github.com/tent/hawk-go

Create Hawk credentials for authentication

package main import ( "fmt" "github.com/tent/hawk-go" ) func main() { credentials := &hawk.Credentials{ ID: "my-key", Key: "my-secret", } fmt.Println(credentials) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20161026210932-d341ea318957latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
tent-hawk-go — go get tent-hawk-go · libregistry