Respond to some review comments
This commit is contained in:
parent
5c4398c181
commit
6c1491b3ba
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
Macaroon Caveats
|
||||
================
|
||||
|
||||
Macaroons (http://theory.stanford.edu/~ataly/Papers/macaroons.pdf) are issued by Matrix servers as authorization tokens. Macaroons may be restricted by adding caveats to them.
|
||||
`Macaroons`_ are issued by Matrix servers as authorization tokens. Macaroons may be restricted by adding caveats to them.
|
||||
|
||||
.. _Macaroons: http://theory.stanford.edu/~ataly/Papers/macaroons.pdf)
|
||||
|
||||
Caveats can only be used for reducing the scope of a token, never for increasing it. Servers are required to reject any macroon with a caveat that they do not understand.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue