Registry / auth / macaroon-v2

macaroon-v2

JSON →
library2.1.0gogounverified

Package macaroon implements macaroons, cookies with contextual caveats for decentralized authorization in the cloud.

go get gopkg.in/macaroon.v2
INSTALL
IMPORT
SIG · MACAROON-V2
M
macaroon-v2
authgov2.1.0
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.

macaroon
gopkg.in/macaroon.v2

Create a new macaroon with a root key.

package main import ( "fmt" "gopkg.in/macaroon.v2" ) func main() { m, _ := macaroon.New([]byte("key"), []byte("id"), "location", macaroon.LatestVersion) fmt.Println(m) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
macaroon-v2 — go get macaroon-v2 · libregistry