7 ms·
Macaroons are also implemented and used by pypi.org's implementation named Warehouse: https://warehouse.pypa.io/development/token-scanning.html https://warehou
by X-Istence 3y ago
Macaroons are also implemented and used by pypi.org's implementation named Warehouse:
https://warehouse.pypa.io/development/token-scanning.html https://warehouse.pypa.io/development/token-scanning.html
Also see:
https://pypitoken.readthedocs.io/en/latest/ https://pypitoken.readthedocs.io/en/latest/
- woodruffw 3y agoYes, although PyPI doesn't currently do much attenuation or delegation with them (this is largely my fault, since I didn't fully understand their power when picking them for the implementation). That's been slowly changing, however -- as of a few months ago, PyPI issues slightly more compact API tokens that make better use of discrete caveats. They're also used on the Trusted Publishing[1] side to make the API token self-expiring. [1]: https://docs.pypi.org/trusted-publishers/ https://docs.pypi.org/trusted-publishers/