Description
Macaroon authorization credentials help distributed systems delegate and attenuate access without issuing completely new secrets for every case. They are useful for services that need caveats, verification, and flexible authorization tokens.
This is a security library, not an account manager. Correct use depends on secret-key handling, caveat validation, expiration, and careful design of what each token may authorize.