Skip to content

Tierion/js-macaroon

 
 

Repository files navigation

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

About

Javascript implementation of macaroons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 51.3%
  • JavaScript 48.7%