Macaroon library for Python

Edit Package python-pymacaroons

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.

This is a Python implementation of Macaroons.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000058 58 Bytes
_service:download_files:pymacaroons-0.13.0.tar.gz 0000021083 20.6 KB
python-pymacaroons.changes 0000000753 753 Bytes
python-pymacaroons.spec 0000004287 4.19 KB
Latest Revision
Oleg Girko's avatar Oleg Girko (ol) committed (revision 6)
* Wed Sep 07 2022 Oleg Girko <ol@infoserver.lv> - 0.13.0-6
- Build for Python3 for RHEL >= 7
- Don't build for Python2 on RHEL >= 9
Comments 0