[ 源代码: pymacaroons ]
软件包:python3-pymacaroons(0.13.0-6)
Macaroon library for Python 3
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.
其他与 python3-pymacaroons 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-nacl
- Python bindings to libsodium (Python 3)
-
- dep: python3-six (>= 1.8.0)
- Python 2 and 3 compatibility library