Feature request: It would be nice to have a public interface for just retrieving the operations (entity/action pairs) for a macaroon. For now I'm using macaroonbakery.bakery._oven._decode_macaroon_id function but its internal.
I'm writing a utility that takes an arbitrary macaroon file in binary format (BinarySerializer() format) and just dumps it in text form.
Feature request: It would be nice to have a public interface for just retrieving the operations (entity/action pairs) for a macaroon. For now I'm using macaroonbakery.bakery._oven._decode_macaroon_id function but its internal.
I'm writing a utility that takes an arbitrary macaroon file in binary format (BinarySerializer() format) and just dumps it in text form.