Mercurial > p > roundup > code
comparison doc/installation.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 | e48b039b0ec0 |
| children | 6e341009593b |
comparison
equal
deleted
inserted
replaced
| 5877:08b241c9fea4 | 5878:1b57d8f3eb97 |
|---|---|
| 110 jinja2 | 110 jinja2 |
| 111 To use the jinja2 template (may still be experimental, check out | 111 To use the jinja2 template (may still be experimental, check out |
| 112 its TEMPLATE-INFO.txt file) you need | 112 its TEMPLATE-INFO.txt file) you need |
| 113 to have the jinja2_ template engine installed. | 113 to have the jinja2_ template engine installed. |
| 114 | 114 |
| 115 pyjwt | |
| 116 To use jwt tokens for login (experimental), install pyjwt. If you | |
| 117 don't have it installed, jwt tokens are not supported. | |
| 118 | |
| 115 Windows Service | 119 Windows Service |
| 116 You can run Roundup as a Windows service if pywin32_ is installed. | 120 You can run Roundup as a Windows service if pywin32_ is installed. |
| 117 Otherwise it must be started manually. | 121 Otherwise it must be started manually. |
| 118 | 122 |
| 119 .. _Xapian: https://xapian.org/ | 123 .. _Xapian: https://xapian.org/ |
