go-macaroon / macaroon

A native Go implementation of macaroons
BSD 3-Clause "New" or "Revised" License
182 stars 24 forks source link

ensure that all discharge macaroons are used exactly once #4

Closed rogpeppe closed 9 years ago

rogpeppe commented 9 years ago

This means means that if we get a successful discharge, we can be sure that all the first party caveats presented in the macaroon slice have been checked.

mhilton commented 9 years ago

:+1:

frankban commented 9 years ago

:+1: with a question. Very nice, thank you!

frankban commented 9 years ago

:+1: thanks for fixing the infinite recursion.