4dea0427d5
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. WWW: https://github.com/matrix-org/pymacaroons PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
6 lines
340 B
Text
6 lines
340 B
Text
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.
|
|
|
|
WWW: https://github.com/matrix-org/pymacaroons
|