@unional/macaroon
This is a TypeScript fork of macaroon.
macaroon
A JavaScript implementation of macaroons compatible with the Go, Python, and C implementations. Including functionality to interact with third party caveat dischargers implemented by the Go macaroon bakery. It supports both version 1 and 2 macaroons in JSON and binary formats.
Usage
import { newMacaroon } from '@unional/macaroon'
const macaroon = newMacaroon({ ... })
API
Please check the api documentation.