Mercurial > p > roundup > code
diff CHANGES.txt @ 5878:1b57d8f3eb97
Add rudimentery experiment JSON Web Token (jwt) support
issue2551061: Add rudimentary experimental support for JSON Web Tokens
to allow delegation of limited access rights to third parties. See
doc/rest.txt for details and intent.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 27 Sep 2019 20:38:31 -0400 |
| parents | 716d50585c8d |
| children | 94a7669677ae |
line wrap: on
line diff
--- a/CHANGES.txt Mon Sep 09 19:39:08 2019 +0200 +++ b/CHANGES.txt Fri Sep 27 20:38:31 2019 -0400 @@ -88,6 +88,10 @@ - The database filter method now can also do an exact string search. - The database filter method now has limit and offset parameters that map to the corresponging parameters of SQL. +- issue2551061: Add rudimentary experimental support for JSON Web + Tokens to allow delegation of limited access rights to third + parties. See doc/rest.txt for details and intent. (John Rouillard) + Fixed:
