Description
Implements Macaroons authorization tokens in Python. It helps applications create and verify tokens with caveats that limit where, when, or how a token can be used.
Token systems are security-sensitive. Protect signing keys, validate every caveat, set appropriate expiration, and avoid logging bearer tokens.