You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: