3.2.1 • Published 4 years ago

@unional/macaroon v3.2.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
4 years ago

@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.