An open API service indexing awesome lists of open source software.

https://github.com/t-bast/macaroons

Macaroons are tastier cookies (and french!)
https://github.com/t-bast/macaroons

cryptography macaroons

Last synced: about 1 month ago
JSON representation

Macaroons are tastier cookies (and french!)

Awesome Lists containing this project

README

          

# Macaroons

[![Build Status](https://travis-ci.org/t-bast/macaroons.svg?branch=master)](https://travis-ci.org/t-bast/macaroons)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)

This library implements macaroons as described in the paper
["Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud"](https://research.google/pubs/pub41892/).

It uses HMAC-SHA256 and AES-GCM.

This is a work-in-progress and **should not be used in production**.