aboutsummaryrefslogblamecommitdiff
path: root/security/py-pymacaroons/pkg-descr
blob: d9e16e1008563a6ed9da199cb56cd97759aa0b59 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                
This is a Python implementation of Macaroons. PyMacaroons is stable and does not
change frequently. Please see the GitHub issues for the current roadmap.

Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens,
macaroons embed caveats that define specific authorization requirements for the
target service, the service that issued the root macaroon and which is capable
of verifying the integrity of macaroons it receives.

Macaroons allow for delegation and attenuation of authorization. They are simple
and fast to verify, and decouple authorization policy from the enforcement of
that policy.